view plugins/jabber/Makefile.am @ 1665:fc77d4f1599e

[gaim-migrate @ 1675] hopefully this'll fix auth problem segfaults committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 30 Mar 2001 18:12:00 +0000
parents afa63ac2fd84
children
line wrap: on
line source

CFLAGS += -I\$(top_srcdir)/src
LIBS += $(GTK_LIBS)

pkgdir = $(libdir)/gaim
pkg_LTLIBRARIES = libjabber.la

EXTRA_DIST = xmltok_impl.c xmltok_ns.c

libjabber_la_SOURCES = \
			asciitab.h \
			expat.c \
			genhash.c \
			hashtable.c \
			hashtable.h \
			iasciitab.h \
			latin1tab.h \
			libxode.h \
			nametab.h \
			pool.c \
			sha.c \
			snprintf.c \
			socket.c \
			str.c \
			utf8tab.h \
			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