Mercurial > audlegacy-plugins
comparison src/streambrowser/Makefile @ 2763:bbde87558ec7
integrated streambrowser into the main buildsystem
author | Calin Crisan ccrisan@gmail.com |
---|---|
date | Thu, 03 Jul 2008 02:02:19 +0300 |
parents | 4ec0e13208de |
children | f9c6a9cb442e |
comparison
equal
deleted
inserted
replaced
2762:22d73f09eecc | 2763:bbde87558ec7 |
---|---|
11 include ../../buildsys.mk | 11 include ../../buildsys.mk |
12 include ../../extra.mk | 12 include ../../extra.mk |
13 | 13 |
14 PACKAGE = audacious | 14 PACKAGE = audacious |
15 | 15 |
16 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} | 16 plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR} |
17 | 17 |
18 CFLAGS += ${PLUGIN_CFLAGS} ${BEEP_DEFINES} | 18 CFLAGS += ${PLUGIN_CFLAGS} ${BEEP_DEFINES} |
19 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${XML_CPPFLAGS} ${ARCH_DEFINES} -I../.. | 19 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${XML_CPPFLAGS} ${ARCH_DEFINES} -I../.. |
20 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS} ${XML_LIBS} | 20 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS} ${XML_LIBS} |
21 | 21 |