Mercurial > audlegacy-plugins
view src/esd/Makefile @ 1791:ea7ec02f2ea2
Automated merge with ssh://hg.atheme-project.org//hg/audacious-plugins
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Mon, 24 Sep 2007 19:19:59 +0200 |
| parents | de1511c4ab19 |
| children | d9d4b258fbf1 |
line wrap: on
line source
include ../../extra.mk PLUGIN = ESD$(PLUGIN_SUFFIX) plugindir = audacious/$(OUTPUT_PLUGIN_DIR) SRCS = esd.c mixer.c about.c configure.c audio.c init.c include ../../buildsys.mk LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(ESD_LIBS) $(OSS_LIBS) CFLAGS += $(PLUGIN_CFLAGS) CPPFLAGS += $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ESD_CFLAGS) \ -I../../intl -I../.. -I..
