Mercurial > audlegacy-plugins
comparison src/console/Makefile @ 1870:2a5ee6ed598d
console: Remove useless #include and related useless DBUS deps from Makefile; Fixed
Makefile to actually build the plugin correctly.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Tue, 25 Sep 2007 18:16:25 +0300 |
parents | d9d4b258fbf1 |
children | a56a26a5f233 |
comparison
equal
deleted
inserted
replaced
1869:a727b88f2578 | 1870:2a5ee6ed598d |
---|---|
53 plugindir = audacious/${INPUT_PLUGIN_DIR} | 53 plugindir = audacious/${INPUT_PLUGIN_DIR} |
54 | 54 |
55 include ../../buildsys.mk | 55 include ../../buildsys.mk |
56 include ../../extra.mk | 56 include ../../extra.mk |
57 | 57 |
58 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} ${DBUS_CFLAGS} -I../../intl -I../.. | 58 LD = ${CXX} |
59 | |
60 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} -I../../intl -I../.. | |
59 CFLAGS += ${PLUGIN_CFLAGS} | 61 CFLAGS += ${PLUGIN_CFLAGS} |
60 CXXFLAGS += ${PLUGIN_CFLAGS} | 62 CXXFLAGS += ${PLUGIN_CFLAGS} |
61 LIBS += -lz ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}$ ${DBUS_LIB} | 63 LIBS += -lz ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |