Mercurial > audlegacy-plugins
diff src/blur_scope/Makefile @ 1862:d9d4b258fbf1
Millions of Makefile fixes. More to follow.
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Mon, 24 Sep 2007 23:03:25 +0200 |
| parents | 07c11537a0e8 |
| children | eed7c270e8dd |
line wrap: on
line diff
--- a/src/blur_scope/Makefile Mon Sep 24 22:35:27 2007 +0200 +++ b/src/blur_scope/Makefile Mon Sep 24 23:03:25 2007 +0200 @@ -8,4 +8,4 @@ CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. CFLAGS += ${PLUGIN_CFLAGS} -LIBADD = ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} +LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}
