comparison plugins/jabber/Makefile.am @ 1347:afa63ac2fd84

[gaim-migrate @ 1357] jabber for those not fortunate enough to have libjabber and libxode on their systems committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 21 Dec 2000 14:54:13 +0000
parents 338b8ac6bdab
children
comparison
equal deleted inserted replaced
1346:83f78eb7c472 1347:afa63ac2fd84
1 CFLAGS += -I\$(top_srcdir)/src 1 CFLAGS += -I\$(top_srcdir)/src
2 LIBS += $(GTK_LIBS) -lxode -ljabber 2 LIBS += $(GTK_LIBS)
3 3
4 pkgdir = $(libdir)/gaim 4 pkgdir = $(libdir)/gaim
5 pkg_LTLIBRARIES = libjabber.la 5 pkg_LTLIBRARIES = libjabber.la
6 6
7 libjabber_la_SOURCES = jabber.c 7 EXTRA_DIST = xmltok_impl.c xmltok_ns.c
8
9 libjabber_la_SOURCES = \
10 asciitab.h \
11 expat.c \
12 genhash.c \
13 hashtable.c \
14 hashtable.h \
15 iasciitab.h \
16 latin1tab.h \
17 libxode.h \
18 nametab.h \
19 pool.c \
20 sha.c \
21 snprintf.c \
22 socket.c \
23 str.c \
24 utf8tab.h \
25 xmldef.h \
26 xmlnode.c \
27 xmlparse.c \
28 xmlparse.h \
29 xmlrole.c \
30 xmlrole.h \
31 xmltok.c \
32 xmltok.h \
33 xmltok_impl.h \
34 xstream.c \
35 \
36 jabber.h \
37 jconn.c \
38 jid.c \
39 jpacket.c \
40 jutil.c \
41 log.c \
42 log.h \
43 pproxy.c \
44 rate.c \
45 \
46 jabber.c