Add $include/alsa to the include path

Added $include/alsa to the include path again for backward compatibility.
Some apps fail to be built without this.
This commit is contained in:
Takashi Iwai 2005-05-15 14:49:11 +00:00
parent 48bff53b36
commit 8c09d72743

View file

@ -8,4 +8,6 @@ Description: Advanced Linux Sound Architecture (ALSA) - Library
Version: @VERSION@
Requires:
Libs: -L${libdir} -lasound -lm -ldl -lpthread
Cflags: -I${includedir}
# -I${includedir}/alsa below is just for backward compatibility
# (it was set so mistakely in the older version)
Cflags: -I${includedir} -I${includedir}/alsa