Mercurial > pidgin
view src/protocols/gg/Makefile.am @ 7807:317f43c8287c
[gaim-migrate @ 8454]
It's getting better all the ti-ee-ime.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Mon, 08 Dec 2003 06:00:53 +0000 |
| parents | 22a19145c200 |
| children | 6b1ecf40f3ba |
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 if STATIC_GG st = -DSTATIC 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)
