view src/protocols/jabber/Makefile.am @ 4066:fd764830519c

[gaim-migrate @ 4278] Updating to GTK 2.0.9 committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Thu, 12 Dec 2002 16:51:13 +0000
parents 5df423e0bca8
children 59751fe608c5
line wrap: on
line source

EXTRA_DIST = xmltok_impl.c xmltok_ns.c

pkgdir = $(libdir)/gaim

CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS)
libjabber_la_LDFLAGS = 	-module -avoid-version

if STATIC_JABBER

st = -DSTATIC
pkg_LTLIBRARIES =
noinst_LIBRARIES = libjabber.a

libjabber_a_SOURCES = \
			asciitab.h \
			expat.c \
			genhash.c \
			hashtable.c \
			hashtable.h \
			karma.c \
			iasciitab.h \
			latin1tab.h \
			lib.h \
			libxode.h \
			nametab.h \
			pool.c \
			sha.c \
			snprintf.c \
			socket.c \
			str.c \
			utf8tab.h \
			xhash.c \
			xmldef.h \
			xmlnode.c \
			xmlparse.c \
			xmlparse.h \
			xmlrole.c \
			xmlrole.h \
			xmltok.c \
			xmltok.h \
			xmltok_impl.h \
			xstream.c \
			\
			jabber.h \
			jconn.c \
			jid.c \
			jpacket.c \
			jutil.c \
			log.c \
			log.h \
			pproxy.c \
			rate.c \
			\
			jabber.c

libjabber_a_CFLAGS = $(AM_CFLAGS)

else

st =
pkg_LTLIBRARIES = libjabber.la
noinst_LIBRARIES =

libjabber_la_SOURCES = \
			asciitab.h \
			expat.c \
			genhash.c \
			hashtable.c \
			hashtable.h \
			iasciitab.h \
			karma.c \
			latin1tab.h \
			lib.h \
			libxode.h \
			nametab.h \
			pool.c \
			sha.c \
			snprintf.c \
			socket.c \
			str.c \
			utf8tab.h \
			xhash.c \
			xmldef.h \
			xmlnode.c \
			xmlparse.c \
			xmlparse.h \
			xmlrole.c \
			xmlrole.h \
			xmltok.c \
			xmltok.h \
			xmltok_impl.h \
			xstream.c \
			\
			jabber.h \
			jconn.c \
			jid.c \
			jpacket.c \
			jutil.c \
			log.c \
			log.h \
			pproxy.c \
			rate.c \
			\
			jabber.c

endif