comparison libpurple/protocols/jabber/Makefile.am @ 18686:b70664a62de8

Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
author Andreas Monitzer <pidgin@monitzer.com>
date Thu, 12 Jul 2007 02:20:55 +0000
parents 5c1ed6296b56
children 60f5abc6cf0c 4ac5db6e39f3 1cbe5a9f6efb b4ec5481a67a
comparison
equal deleted inserted replaced
18685:c03e3fe11ea9 18686:b70664a62de8
34 roster.c \ 34 roster.c \
35 roster.h \ 35 roster.h \
36 si.c \ 36 si.c \
37 si.h \ 37 si.h \
38 xdata.c \ 38 xdata.c \
39 xdata.h 39 xdata.h \
40 caps.c \
41 caps.h \
42 adhoccommands.c \
43 adhoccommands.h \
44 pep.c \
45 pep.h \
46 usermood.c \
47 usermood.h \
48 usernick.c \
49 usernick.h \
50 usertune.c \
51 usertune.h
40 52
41 AM_CFLAGS = $(st) 53 AM_CFLAGS = $(st)
42 54
43 libxmpp_la_LDFLAGS = -module -avoid-version 55 libxmpp_la_LDFLAGS = -module -avoid-version
44 56