Mercurial > audlegacy-plugins
annotate src/musepack/Makefile @ 1901:fa2a37d3f7a2
fix typo
| author | VDR dai (audacious) <d+audacious@vdr.jp> |
|---|---|
| date | Thu, 27 Sep 2007 09:44:16 +0900 |
| 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} |
