Mercurial > audlegacy-plugins
annotate src/alsa/Makefile @ 1803:bc676d17cf7f
alsa: mk2
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 12:51:06 -0500 |
parents | 550c9e382cf8 |
children | d9d4b258fbf1 |
rev | line source |
---|---|
1803 | 1 include ../../extra.mk |
17 | 2 |
1803 | 3 PLUGIN = ALSA$(SHARED_SUFFIX) |
4 plugindir = audacious/$(OUTPUT_PLUGIN_DIR) | |
17 | 5 |
1803 | 6 SRCS = alsa.c about.c audio.c configure.c init.c |
17 | 7 |
1803 | 8 include ../../buildsys.mk |
17 | 9 |
1803 | 10 CFLAGS += $(PLUGIN_CFLAGS) |
11 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(ALSA_CFLAGS) \ | |
17 | 12 -I../../intl -I../.. |
1803 | 13 LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(ALSA_LIBS) |
17 | 14 |