Mercurial > pidgin
view src/protocols/napster/Makefile.am @ 11778:a13143b46c28
[gaim-migrate @ 14069]
Stop compiling napster by default since it doesn't load. I remove the AM_CONDITIONALS so I had to force it to only build as dynamic, I don't see this as too much of a problem...
committer: Tailor Script <tailor@pidgin.im>
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Mon, 24 Oct 2005 00:15:32 +0000 |
parents | 2cc05a9e944d |
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)