diff options
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 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@ |