Mercurial > audlegacy-plugins
comparison src/tta/Makefile @ 2006:a56a26a5f233
Revised the plugindir logic.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 01:40:13 +0300 |
parents | eed7c270e8dd |
children | 1ad002ce1bd0 |
comparison
equal
deleted
inserted
replaced
2005:e2904348f154 | 2006:a56a26a5f233 |
---|---|
1 PLUGIN = tta${PLUGIN_SUFFIX} | 1 PLUGIN = tta${PLUGIN_SUFFIX} |
2 SRCS = libtta.c \ | 2 SRCS = libtta.c \ |
3 ttadec.c | 3 ttadec.c |
4 | 4 |
5 plugindir = audacious/${INPUT_PLUGIN_DIR} | |
6 | |
7 include ../../buildsys.mk | 5 include ../../buildsys.mk |
8 include ../../extra.mk | 6 include ../../extra.mk |
7 | |
8 plugindir := $(plugindir)/${INPUT_PLUGIN_DIR} | |
9 | 9 |
10 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. | 10 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. |
11 CFLAGS += ${PLUGIN_CFLAGS} | 11 CFLAGS += ${PLUGIN_CFLAGS} |
12 LIBS += -L${libdir} -laudid3tag ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} | 12 LIBS += -L${libdir} -laudid3tag ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |