Mercurial > pidgin
view src/protocols/oscar/Makefile.am @ 3357:e2b682769dfd
[gaim-migrate @ 3376]
This should cause some useful errors to be generated when the
necessary GTK+ or GLIB development files are not installed, instead
of just missing macro errors.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sat, 13 Jul 2002 07:34:29 +0000 |
| parents | 44140dae2865 |
| children | 5df423e0bca8 |
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 = -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 \ buddylist.c \ chat.c \ chatnav.c \ conn.c \ ft.c \ icq.c \ im.c \ info.c \ invite.c \ meta.c \ misc.c \ msgcookie.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 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 \ icq.c \ im.c \ info.c \ invite.c \ meta.c \ misc.c \ msgcookie.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
