Mercurial > audlegacy-plugins
diff src/amidi-plug/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 | bf63252fb1fb |
children |
line wrap: on
line diff
--- a/src/amidi-plug/Makefile Wed Apr 09 15:48:36 2008 +0300 +++ b/src/amidi-plug/Makefile Thu Apr 17 05:04:07 2008 +0300 @@ -21,5 +21,5 @@ CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${GMODULE_CFLAGS} ${MOWGLI_CFLAGS} \ - -DAMIDIPLUGBACKENDDIR=\"${plugindir}/${AMIDIPLUG_BACKEND_DIR}\" -I../../intl -I../.. + -DAMIDIPLUGBACKENDDIR=\"${plugindir}/${AMIDIPLUG_BACKEND_DIR}\" -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${GMODULE_LIBS} -lpthread ./pcfg/libpcfg.a