Mercurial > pidgin.yaz
annotate src/protocols/napster/Makefile.am @ 2522:108b3eab22aa
[gaim-migrate @ 2535]
i didn't rewrite a good majority of your patch, sean. i changed the logic for when to hide user_frame slightly (remove the ! and flip the hide/show); had each of the generate_*_options take the vbox and create their own frame; and i think that's about it. you new i was going to do that anyway.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 17 Oct 2001 10:11:46 +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 |