diff options
author | Chris Robinson <[email protected]> | 2010-11-28 16:19:11 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-11-28 16:19:11 -0800 |
commit | 3e702ae2bca0e4536f55aaffaa61674da0108025 (patch) | |
tree | 86946fb8a99d9474d042b24b7e505dac16cba024 /openal.pc.in | |
parent | 490d1c6a8ec45bb6cfd80f92155ae6ae93098785 (diff) |
Improve static builds with MinGW
Diffstat (limited to 'openal.pc.in')
-rw-r--r-- | openal.pc.in | 2 |
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@ |