Mercurial > audlegacy-plugins
view src/stdio/Makefile @ 1870:2a5ee6ed598d
console: Remove useless #include and related useless DBUS deps from Makefile; Fixed
Makefile to actually build the plugin correctly.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 25 Sep 2007 18:16:25 +0300 |
| parents | b900277e18ec |
| children | eed7c270e8dd |
line wrap: on
line source
PLUGIN = stdio$(PLUGIN_SUFFIX) plugindir = audacious/$(TRANSPORT_PLUGIN_DIR) SRCS = stdio.c include ../../buildsys.mk include ../../extra.mk CFLAGS += $(PLUGIN_CFLAGS) CPPFLAGS += $(PLUGIN_CPPFLAGS) $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ARCH_DEFINES) $(XML_CPPFLAGS) \ -I../../intl -I../.. -Wall LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(XML_LIBS)
