Mercurial > pidgin
view src/protocols/napster/Makefile.am @ 11903:c9312177821a
[gaim-migrate @ 14194]
"make distcheck" fixes - mostly fixing DBUS things so they can
compile outside the source tree, and a few compile warning fixes.
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 30 Oct 2005 17:24:38 +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)