view src/protocols/oscar/Makefile.am @ 2672:c41030cfed76

[gaim-migrate @ 2685] Time has told me You're a rare, rare find A troubled cure For a troubled mind And time has told me Not to ask for more Someday our ocean Will find its shore committer: Tailor Script <tailor@pidgin.im>
author Adam Fritzler <mid@auk.cx>
date Mon, 05 Nov 2001 02:05:06 +0000
parents 84a5ea08545a
children 441b84ab7f4e
line wrap: on
line source

EXTRA_DIST = aim.h aim_cbtypes.h aim_internal.h faimconfig.h md5.h README \
		CHANGES COPYING BUGS AUTHORS

pkgdir = $(libdir)/gaim

CFLAGS += -DAIM_BUILDDATE=\"`date +%Y%m%d`\" -DAIM_BUILDTIME=\"`date +%H%M%S`\" -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS)
liboscar_la_LDFLAGS =	-avoid-version

if STATIC_OSCAR

st = -DSTATIC
pkg_LTLIBRARIES =
noinst_LIBRARIES = liboscar.a

liboscar_a_SOURCES = 	admin.c		\
			adverts.c	\
			auth.c 		\
			bos.c 		\
			buddylist.c	\
			chat.c		\
			chatnav.c	\
			conn.c		\
			ft.c		\
			im.c		\
			info.c		\
			invite.c	\
			login.c		\
			md5.c		\
			meta.c		\
			misc.c		\
			msgcookie.c	\
			popups.c	\
			rxhandlers.c	\
			rxqueue.c	\
			search.c	\
			snac.c		\
			ssi.c		\
			stats.c		\
			tlv.c		\
			translate.c	\
			txqueue.c	\
			util.c		\
			oscar.c


else

st =
pkg_LTLIBRARIES = liboscar.la
noinst_LIBRARIES =

liboscar_la_SOURCES = 	admin.c		\
			adverts.c	\
			auth.c 		\
			bos.c 		\
			buddylist.c	\
			chat.c		\
			chatnav.c	\
			conn.c		\
			ft.c		\
			im.c		\
			info.c		\
			invite.c	\
			login.c		\
			md5.c		\
			meta.c		\
			misc.c		\
			msgcookie.c	\
			popups.c	\
			rxhandlers.c	\
			rxqueue.c	\
			search.c	\
			snac.c		\
			ssi.c		\
			stats.c		\
			tlv.c		\
			translate.c	\
			txqueue.c	\
			util.c		\
			oscar.c

endif