Mercurial > audlegacy-plugins
comparison src/rootvis/Makefile @ 2006:a56a26a5f233
Revised the plugindir logic.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 01:40:13 +0300 |
parents | ca7f9aa0dcea |
children | 1ad002ce1bd0 |
comparison
equal
deleted
inserted
replaced
2005:e2904348f154 | 2006:a56a26a5f233 |
---|---|
4 config_frontend.c \ | 4 config_frontend.c \ |
5 config_frontend_widgets.c \ | 5 config_frontend_widgets.c \ |
6 getroot.c \ | 6 getroot.c \ |
7 rootvis.c | 7 rootvis.c |
8 | 8 |
9 plugindir = audacious/${VISUALIZATION_PLUGIN_DIR} | |
10 | |
11 include ../../buildsys.mk | 9 include ../../buildsys.mk |
12 include ../../extra.mk | 10 include ../../extra.mk |
11 | |
12 plugindir := $(plugindir)/${VISUALIZATION_PLUGIN_DIR} | |
13 | 13 |
14 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} -I. ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${IMLIB2_CFLAGS} | 14 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} -I. ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${IMLIB2_CFLAGS} |
15 CFLAGS += ${PLUGIN_CFLAGS} | 15 CFLAGS += ${PLUGIN_CFLAGS} |
16 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${IMLIB2_LIBS} | 16 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${IMLIB2_LIBS} |