summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-05-15 14:49:11 +0000
committerTakashi Iwai <tiwai@suse.de>2005-05-15 14:49:11 +0000
commit8c09d727430e49a67a97c1645194d64b5d159252 (patch)
tree766c5d20b32797cb68d9ad7a0091fbc9d4155124 /utils
parent48bff53b36888e9c44aa9dbc2f6736b6909cf2c7 (diff)
downloadalsa-lib-8c09d727430e49a67a97c1645194d64b5d159252.tar.gz
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.
Diffstat (limited to 'utils')
-rw-r--r--utils/alsa.pc.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/alsa.pc.in b/utils/alsa.pc.in
index 6255baf1..546e4875 100644
--- a/utils/alsa.pc.in
+++ b/utils/alsa.pc.in
@@ -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