Mercurial > pidgin
view src/protocols/napster/Makefile.am @ 2253:eb4401ac17ed
[gaim-migrate @ 2263]
This is a little more correct. :-p
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Mon, 10 Sep 2001 02:23:56 +0000 |
| parents | 424a40f12a6c |
| children | 5486d558ecee |
line wrap: on
line source
pkgdir = $(libdir)/gaim CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) if STATIC_NAPSTER st = -DSTATIC pkg_LTLIBRARIES = noinst_LIBRARIES = libnapster.a libnapster_a_SOURCES = napster.c else st = pkg_LTLIBRARIES = libnapster.la noinst_LIBRARIES = libnapster_la_SOURCES = napster.c endif
