Mercurial > pidgin
view src/protocols/napster/Makefile.am @ 4389:e23a59b62700
[gaim-migrate @ 4655]
we have done some of this stuff
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 22 Jan 2003 13:57:22 +0000 |
parents | 59751fe608c5 |
children | 2e23ccbccdec |
line wrap: on
line source
pkgdir = $(libdir)/gaim NAPSTERSOURCES = napster.c AM_CFLAGS = $(st) libnapster_la_LDFLAGS = -module -avoid-version if STATIC_NAPSTER st = -DSTATIC noinst_LIBRARIES = libnapster.a libnapster_a_SOURCES = $(NAPSTERSOURCES) libnapster_a_CFLAGS = $(AM_CFLAGS) else st = pkg_LTLIBRARIES = libnapster.la libnapster_la_SOURCES = $(NAPSTERSOURCES) endif AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS)