Mercurial > pidgin
view src/protocols/napster/Makefile.am @ 11476:5d3f8d9e8f92
[gaim-migrate @ 13718]
Kevin Stange requested this of me...
committer: Tailor Script <tailor@pidgin.im>
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Fri, 09 Sep 2005 05:06:18 +0000 |
parents | 2cc05a9e944d |
children | a13143b46c28 |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw pkgdir = $(libdir)/gaim NAPSTERSOURCES = napster.c AM_CFLAGS = $(st) libnapster_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) if STATIC_NAPSTER st = -DGAIM_STATIC_PRPL 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 \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)