Mercurial > pidgin
view src/protocols/oscar/Makefile.am @ 4199:97de60e7b7ba
[gaim-migrate @ 4430]
kingant broke gaim such that gcc 3.x users had gaim segfault but gcc 2.95 users
did not. very odd. this reverts the problematic patch
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sat, 04 Jan 2003 16:54:37 +0000 |
parents | 422512cf6488 |
children | 59751fe608c5 |
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 CURRENT_DATE := $(shell date +%Y%m%d) CURRENT_TIME := $(shell date +%H%M%S) CFLAGS += -DAIM_BUILDDATE=\"$(CURRENT_DATE)\" -DAIM_BUILDTIME=\"$(CURRENT_TIME)\" -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) liboscar_la_LDFLAGS = -module -avoid-version if STATIC_OSCAR st = -DSTATIC pkg_LTLIBRARIES = noinst_LIBRARIES = liboscar.a liboscar_a_SOURCES = admin.c \ adverts.c \ auth.c \ bos.c \ bstream.c \ buddylist.c \ chat.c \ chatnav.c \ conn.c \ email.c \ ft.c \ icq.c \ im.c \ info.c \ invite.c \ meta.c \ misc.c \ msgcookie.c \ newsearch.c \ popups.c \ rxhandlers.c \ rxqueue.c \ search.c \ service.c \ snac.c \ ssi.c \ stats.c \ tlv.c \ translate.c \ txqueue.c \ util.c \ oscar.c liboscar_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = liboscar.la noinst_LIBRARIES = liboscar_la_SOURCES = admin.c \ adverts.c \ auth.c \ bos.c \ bstream.c \ buddylist.c \ chat.c \ chatnav.c \ conn.c \ email.c \ ft.c \ icq.c \ im.c \ info.c \ invite.c \ meta.c \ misc.c \ msgcookie.c \ newsearch.c \ popups.c \ rxhandlers.c \ rxqueue.c \ search.c \ service.c \ snac.c \ ssi.c \ stats.c \ tlv.c \ translate.c \ txqueue.c \ util.c \ oscar.c endif