Mercurial > pidgin
annotate src/protocols/napster/Makefile.am @ 2818:c7fd8871c0a5
[gaim-migrate @ 2831]
Bean sprouts taste sooooo good
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Fri, 30 Nov 2001 07:59:37 +0000 |
parents | 5486d558ecee |
children | 44140dae2865 |
rev | line source |
---|---|
2086 | 1 pkgdir = $(libdir)/gaim |
2 | |
3 CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) | |
2341
5486d558ecee
[gaim-migrate @ 2354]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2086
diff
changeset
|
4 libnapster_la_LDFLAGS = -avoid-version |
2086 | 5 |
6 if STATIC_NAPSTER | |
7 | |
8 st = -DSTATIC | |
9 pkg_LTLIBRARIES = | |
10 noinst_LIBRARIES = libnapster.a | |
11 | |
12 libnapster_a_SOURCES = napster.c | |
13 | |
14 else | |
15 | |
16 st = | |
17 pkg_LTLIBRARIES = libnapster.la | |
18 noinst_LIBRARIES = | |
19 | |
20 libnapster_la_SOURCES = napster.c | |
21 | |
22 endif |