view src/protocols/napster/Makefile.am @ 2549:7c64b3ad0c3d

[gaim-migrate @ 2562] we're smarter. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 19 Oct 2001 09:58:39 +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