Mercurial > audlegacy-plugins
view src/OSS/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 | cae98a7eef82 |
| children | d9d4b258fbf1 |
line wrap: on
line source
include ../../extra.mk PLUGIN = OSS$(SHARED_SUFFIX) plugindir = audacious/$(OUTPUT_PLUGIN_DIR) SRCS = OSS.c mixer.c about.c configure.c audio.c init.c convert.c include ../../buildsys.mk LIBS += $(OSS_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) CFLAGS += $(PLUGIN_CFLAGS) CPPFLAGS += $(PLUGIN_CPPFLAGS) $(MOWGLI_CFLAGS) $(OSS_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. -I.
