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