comparison src/alsa/Makefile @ 1867:f83e1be5b3fa

Fix ALSA plugin's Makefile.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 25 Sep 2007 17:24:25 +0300
parents d9d4b258fbf1
children eed7c270e8dd
comparison
equal deleted inserted replaced
1866:69d03ae48b51 1867:f83e1be5b3fa
1 PLUGIN = ALSA${SHARED_SUFFIX} 1 PLUGIN = ALSA${PLUGIN_SUFFIX}
2 SRCS = alsa.c about.c audio.c configure.c init.c 2 SRCS = alsa.c about.c audio.c configure.c init.c
3 3
4 plugindir = audacious/${OUTPUT_PLUGIN_DIR} 4 plugindir = audacious/${OUTPUT_PLUGIN_DIR}
5 5
6 include ../../buildsys.mk 6 include ../../buildsys.mk