Mercurial > audlegacy-plugins
view src/pls/Makefile @ 1839:4e8ed7dff435
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 24 Sep 2007 14:03:31 -0500 |
| parents | 1f1de580fd1d |
| children | eed7c270e8dd |
line wrap: on
line source
PLUGIN = pls$(PLUGIN_SUFFIX) plugindir = audacious/$(CONTAINER_PLUGIN_DIR) SRCS = pls.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)
