view src/protocols/napster/Makefile.am @ 2303:f5bf315e6104

[gaim-migrate @ 2313] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 17 Sep 2001 23:25:10 +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