Mercurial > audlegacy-plugins
comparison src/OSS4/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 | c2861c84f850 |
comparison
equal
deleted
inserted
replaced
| 2523:769e17da93dd | 2524:c42fa8f89616 |
|---|---|
| 11 include ../../extra.mk | 11 include ../../extra.mk |
| 12 | 12 |
| 13 plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} | 13 plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} |
| 14 | 14 |
| 15 CFLAGS += ${PLUGIN_CFLAGS} | 15 CFLAGS += ${PLUGIN_CFLAGS} |
| 16 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} -I/usr/lib/oss/include -I../../intl -I../.. ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} | 16 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} -I/usr/lib/oss/include -I../.. ${GTK_CFLAGS} ${GLIB_CFLAGS} |
| 17 LIBS += ${OSS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} | 17 LIBS += ${OSS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} |
