Mercurial > pidgin
view src/protocols/gg/Makefile.am @ 4001:9178da61c19f
[gaim-migrate @ 4201]
fix bug where logging in to yahoo causes a blank new mail notification (thanks ZuperDee and faceprint)
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Tue, 26 Nov 2002 14:13:11 +0000 |
| parents | 5df423e0bca8 |
| children | a5c49e9c6a53 |
line wrap: on
line source
EXTRA_DIST = protocol.txt pkgdir = $(libdir)/gaim CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) libgg_la_LDFLAGS = -module -avoid-version if STATIC_GG st = -DSTATIC pkg_LTLIBRARIES = noinst_LIBRARIES = libgg.a libgg_a_SOURCES = libgg.c \ libgg.h \ common.c \ iconv_string.c \ iconv_string.h \ gg.c libgg_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libgg.la noinst_LIBRARIES = libgg_la_SOURCES = libgg.c \ libgg.h \ common.c \ iconv_string.c \ iconv_string.h \ gg.c endif
