Mercurial > pidgin
view src/protocols/napster/Makefile.am @ 2576:b6b1a87c15cb
[gaim-migrate @ 2589]
Hehehe
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Tue, 23 Oct 2001 00:44:24 +0000 |
parents | 5486d558ecee |
children | 44140dae2865 |
line wrap: on
line source
pkgdir = $(libdir)/gaim CFLAGS += -I\$(top_srcdir)/src $(st) $(DEBUG_CFLAGS) libnapster_la_LDFLAGS = -avoid-version 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