]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Add $include/alsa to the include path
authorTakashi Iwai <tiwai@suse.de>
Sun, 15 May 2005 14:49:11 +0000 (14:49 +0000)
committerTakashi Iwai <tiwai@suse.de>
Sun, 15 May 2005 14:49:11 +0000 (14:49 +0000)
Added $include/alsa to the include path again for backward compatibility.
Some apps fail to be built without this.

utils/alsa.pc.in

index 6255baf1dc78aedd04c47fab2fa8f0ffe139db0e..546e487525a96885d65b6aecdcd834b033095530 100644 (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