Mercurial > audlegacy-plugins
diff src/shnplug/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 | 76f9a4168708 |
| children |
line wrap: on
line diff
--- a/src/shnplug/Makefile Wed Apr 09 15:48:36 2008 +0300 +++ b/src/shnplug/Makefile Thu Apr 17 05:04:07 2008 +0300 @@ -22,6 +22,6 @@ CFLAGS += ${PLUGIN_CFLAGS} LDFLAGS += ${AUDLDFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${PICFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${MOWGLI_CFLAGS} \ - ${PANGO_CFLAGS} ${ARCH_DEFINES} ${SIMD_CFLAGS} -I../../intl -I../.. -Wall -LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} + ${ARCH_DEFINES} ${SIMD_CFLAGS} -I../.. -Wall +LIBS += ${GTK_LIBS} ${GLIB_LIBS}
