Mercurial > pidgin
view src/protocols/napster/Makefile.am @ 11933:1b0c83666f98
[gaim-migrate @ 14224]
The mixed whitespace in this file was confusing Evan. I also cleaned up a couple other stylistic things.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 31 Oct 2005 20:33:13 +0000 |
parents | a13143b46c28 |
children |
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) st = pkg_LTLIBRARIES = libnapster.la libnapster_la_SOURCES = $(NAPSTERSOURCES) AM_CPPFLAGS = \ -I$(top_srcdir)/src \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)