Mercurial > pidgin.yaz
annotate src/protocols/napster/Makefile.am @ 3309:6e876221ec82
[gaim-migrate @ 3327]
Can now have reserved chars in IM and proxy passwords. (Ref: bug I.D.
[ 555752 ] Proxy pass socks and } character)
committer: Tailor Script <tailor@pidgin.im>
author | Jim Seymour <jseymour> |
---|---|
date | Sat, 15 Jun 2002 15:43:03 +0000 |
parents | 44140dae2865 |
children | 5df423e0bca8 |
rev | line source |
---|---|
2086 | 1 pkgdir = $(libdir)/gaim |
2 | |
3 CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) | |
2894
44140dae2865
[gaim-migrate @ 2907]
Eric Warmenhoven <eric@warmenhoven.org>
parents:
2341
diff
changeset
|
4 libnapster_la_LDFLAGS = -module -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 |