view src/protocols/napster/Makefile.am @ 2475:ba7ee4c1908c

[gaim-migrate @ 2488] BMiller's fixes so gg compiles on solaris committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 10 Oct 2001 20:03:17 +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