Mercurial > audlegacy-plugins
view src/musepack/Makefile @ 1791:ea7ec02f2ea2
Automated merge with ssh://hg.atheme-project.org//hg/audacious-plugins
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Mon, 24 Sep 2007 19:19:59 +0200 |
| parents | 95c7d02a2092 |
| children | eed7c270e8dd |
line wrap: on
line source
include ../../extra.mk PLUGIN = musepack$(PLUGIN_SUFFIX) plugindir = audacious/$(INPUT_PLUGIN_DIR) SRCS = libmpc.cxx include ../../buildsys.mk LIBS += -lmpcdec $(TAGLIB_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) CXXFLAGS += $(PLUGIN_CFLAGS) CPPFLAGS += $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(TAGLIB_CFLAGS) -I../../intl -I../..
