Mercurial > audlegacy-plugins
comparison src/vtx/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 | ae36702ffcf9 |
children |
comparison
equal
deleted
inserted
replaced
2523:769e17da93dd | 2524:c42fa8f89616 |
---|---|
12 include ../../extra.mk | 12 include ../../extra.mk |
13 | 13 |
14 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} | 14 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} |
15 | 15 |
16 CFLAGS += ${PLUGIN_CFLAGS} | 16 CFLAGS += ${PLUGIN_CFLAGS} |
17 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} -I../../intl -I../.. -I. | 17 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} -I../.. -I. |
18 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${MOWGLI_LIBS} | 18 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS} |