Mercurial > pidgin
annotate src/protocols/gg/Makefile.am @ 2475:ba7ee4c1908c
[gaim-migrate @ 2488]
BMiller's fixes so gg compiles on solaris
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Wed, 10 Oct 2001 20:03:17 +0000 |
| parents | a7ecfd3f7714 |
| children | 8229710b343b |
| rev | line source |
|---|---|
| 2393 | 1 EXTRA_DIST = protocol.txt |
| 2 | |
| 3 pkgdir = $(libdir)/gaim | |
| 4 | |
| 5 CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) | |
| 6 libgg_la_LDFLAGS = -avoid-version | |
| 7 | |
| 8 if STATIC_GG | |
| 9 | |
| 10 st = -DSTATIC | |
| 11 pkg_LTLIBRARIES = | |
| 12 noinst_LIBRARIES = libgg.a | |
| 13 | |
| 14 libgg_a_SOURCES = libgg.c \ | |
| 15 libgg.h \ | |
| 16 gg.c | |
| 17 | |
| 18 else | |
| 19 | |
| 20 st = | |
| 21 pkg_LTLIBRARIES = libgg.la | |
| 22 noinst_LIBRARIES = | |
| 23 | |
| 24 libgg_la_SOURCES = libgg.c \ | |
| 25 libgg.h \ | |
| 26 gg.c | |
| 27 | |
| 28 endif |
