Mercurial > audlegacy-plugins
comparison src/metronom/Makefile @ 2524:c42fa8f89616
Remove -I../../intl and PANGO_{CFLAGS,LIBS} from those Makefiles where they are not needed (in practice almost all of them.)
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Thu, 17 Apr 2008 05:04:07 +0300 |
parents | 6d33dffd1382 |
children |
comparison
equal
deleted
inserted
replaced
2523:769e17da93dd | 2524:c42fa8f89616 |
---|---|
6 include ../../extra.mk | 6 include ../../extra.mk |
7 | 7 |
8 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} | 8 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} |
9 | 9 |
10 CFLAGS += ${PLUGIN_CFLAGS} | 10 CFLAGS += ${PLUGIN_CFLAGS} |
11 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} -I../../intl -I../.. | 11 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} -I../.. |
12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} | 12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} |