Mercurial > pidgin
view src/protocols/gg/Makefile.am @ 13465:b03f19de58b8
[gaim-migrate @ 15840]
* Use GADU_CFLAGS when checking for compatibility of libgadu with the GPL.
* Try to display buddy's alias when asking user for a chatroom.
* Added myself to the Help->About dialog.
committer: Tailor Script <tailor@pidgin.im>
author | Bartoz Oler <bartosz@pidgin.im> |
---|---|
date | Wed, 08 Mar 2006 21:25:19 +0000 |
parents | 41747a38a1a8 |
children | fa7313d125ac |
line wrap: on
line source
EXTRA_DIST = Makefile.mingw pkgdir = $(libdir)/gaim GGSOURCES = \ utils.h \ utils.c \ confer.h \ confer.c \ search.h \ search.c \ buddylist.h \ buddylist.c \ gg.h \ gg.c AM_CFLAGS = $(st) libgg_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_GG st = -DGAIM_STATIC_PRPL $(GADU_CFLAGS) noinst_LIBRARIES = libgg.a pkg_LTLIBRARIES = libgg_a_SOURCES = $(GGSOURCES) libgg_a_CFLAGS = $(AM_CFLAGS) libgg_a_LIBADD = $(GADU_LIBS) else st = $(GADU_CFLAGS) pkg_LTLIBRARIES = libgg.la noinst_LIBRARIES = libgg_la_SOURCES = $(GGSOURCES) libgg_la_LIBADD = $(GADU_LIBS) endif AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)