Mercurial > pidgin
view src/protocols/napster/Makefile.am @ 4381:af485b4bb8c1
[gaim-migrate @ 4647]
win32 fix for buddy win resize bug
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Wed, 22 Jan 2003 00:35:29 +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)