Mercurial > audlegacy-plugins
annotate src/musepack/Makefile @ 1972:2bd85ddedf9e
Fix a warning.
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Wed, 03 Oct 2007 16:15:00 +0200 |
| parents | eed7c270e8dd |
| children | a56a26a5f233 |
| rev | line source |
|---|---|
| 1882 | 1 PLUGIN = musepack${PLUGIN_SUFFIX} |
| 1783 | 2 SRCS = libmpc.cxx |
| 232 | 3 |
| 1882 | 4 plugindir = audacious/${INPUT_PLUGIN_DIR} |
| 232 | 5 |
| 1882 | 6 include ../../buildsys.mk |
| 7 include ../../extra.mk | |
| 232 | 8 |
| 1882 | 9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${TAGLIB_CFLAGS} -I../../intl -I../.. |
| 10 CXXFLAGS += ${PLUGIN_CFLAGS} | |
| 11 LIBS += -lmpcdec ${TAGLIB_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |
