Fix build with no PCM plugin

When pcm plugin is disabled, the static build fails because of
lack of pcm_symbols_list.c.  Fixed now.
This commit is contained in:
Takashi Iwai 2007-03-16 15:22:27 +01:00
parent 36cc1daad8
commit 0c03968e13

View file

@ -371,6 +371,7 @@ fi
dnl Create PCM plugin symbol list for static library
rm -f "$srcdir"/src/pcm/pcm_symbols_list.c
touch "$srcdir"/src/pcm/pcm_symbols_list.c
for t in $PCM_PLUGIN_LIST; do
if eval test \$build_pcm_$t = yes; then
echo \&_snd_module_pcm_$t, >> "$srcdir"/src/pcm/pcm_symbols_list.c