aboutsummaryrefslogtreecommitdiffstats
path: root/openal.pc.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-10-26 00:02:39 -0700
committerChris Robinson <[email protected]>2012-10-26 00:02:39 -0700
commit3711735ed95e1627ca6da0ab794b145fb4f661ea (patch)
treeb82ad4caa05204f47cc631485e48bac1db0e87e2 /openal.pc.in
parent2c802cc10a4dd2bc49ec1dfd40f3b63a5b54bd47 (diff)
Add the AL subdir to the list of include flags in the pkg-config file
This allows apps to include "al.h", "alc.h", etc, like with Creative's SDK and CMake's FindOpenAL module, or as "AL/al.h" and "AL/alc.h" like before.
Diffstat (limited to 'openal.pc.in')
-rw-r--r--openal.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openal.pc.in b/openal.pc.in
index eaa18e5e..8bdd4f3b 100644
--- a/openal.pc.in
+++ b/openal.pc.in
@@ -8,4 +8,4 @@ Description: OpenAL is a cross-platform 3D audio API
Requires: @PKG_CONFIG_REQUIRES@
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -l@LIBNAME@ @PKG_CONFIG_LIBS@
-Cflags: -I${includedir} @PKG_CONFIG_CFLAGS@
+Cflags: -I${includedir} -I${includedir}/AL @PKG_CONFIG_CFLAGS@