Mercurial > audlegacy-plugins
diff src/gio/Makefile @ 3107:2a8eb3450ea4
Link GIO plugin against libgio.
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Thu, 30 Apr 2009 18:14:57 -0400 |
parents | 4e3712e142b4 |
children |
line wrap: on
line diff
--- a/src/gio/Makefile Thu Apr 30 12:35:54 2009 -0500 +++ b/src/gio/Makefile Thu Apr 30 18:14:57 2009 -0400 @@ -9,4 +9,4 @@ CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} -I../.. -LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${XML_LIBS} +LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${GIO_LIBS} ${XML_LIBS}