Mercurial > audlegacy-plugins
comparison src/alsa/Makefile @ 2610:1e4d147bdc2b
Combine init.c into alsa.c and use a preprocessor define for configdb ID for consistency.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Wed, 21 May 2008 16:42:00 +0300 |
parents | 134deb25be83 |
children |
comparison
equal
deleted
inserted
replaced
2609:63015dd66abb | 2610:1e4d147bdc2b |
---|---|
1 PLUGIN = ALSA${PLUGIN_SUFFIX} | 1 PLUGIN = ALSA${PLUGIN_SUFFIX} |
2 | 2 |
3 SRCS = alsa.c \ | 3 SRCS = alsa.c \ |
4 about.c \ | 4 about.c \ |
5 audio.c \ | 5 audio.c \ |
6 configure.c \ | 6 configure.c |
7 init.c | |
8 | 7 |
9 include ../../buildsys.mk | 8 include ../../buildsys.mk |
10 include ../../extra.mk | 9 include ../../extra.mk |
11 | 10 |
12 plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} | 11 plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} |