aboutsummaryrefslogtreecommitdiffstats
path: root/openal.pc.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-11-28 16:19:11 -0800
committerChris Robinson <[email protected]>2010-11-28 16:19:11 -0800
commit3e702ae2bca0e4536f55aaffaa61674da0108025 (patch)
tree86946fb8a99d9474d042b24b7e505dac16cba024 /openal.pc.in
parent490d1c6a8ec45bb6cfd80f92155ae6ae93098785 (diff)
Improve static builds with MinGW
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 aaf95bb6..eaa18e5e 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}
+Cflags: -I${includedir} @PKG_CONFIG_CFLAGS@