Mercurial > pidgin
view src/protocols/gg/Makefile.am @ 11173:91ca67258564
[gaim-migrate @ 13278]
The DBus plugin example I forgot to upload last time.
committer: Tailor Script <tailor@pidgin.im>
| author | Piotr Zielinski <zielaj> |
|---|---|
| date | Sat, 30 Jul 2005 16:34:18 +0000 |
| parents | 2cc05a9e944d |
| children | cf15c1cdcfbd |
line wrap: on
line source
EXTRA_DIST = \ protocol.txt \ Makefile.mingw pkgdir = $(libdir)/gaim GGSOURCES = \ libgg.c \ libgg.h \ common.c \ gg.c AM_CFLAGS = $(st) libgg_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_GG st = -DGAIM_STATIC_PRPL noinst_LIBRARIES = libgg.a libgg_a_SOURCES = $(GGSOURCES) libgg_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libgg.la libgg_la_SOURCES = $(GGSOURCES) endif AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS) \ $(GLIB_CFLAGS)
