annotate src/musepack/Makefile @ 1922:e4eb5b8fd2be
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author |
William Pitcock <nenolod@atheme.org> |
| date |
Sun, 30 Sep 2007 11:44:28 -0500 |
| 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}
|