diff options
Diffstat (limited to 'admin/pkgconfig')
-rw-r--r-- | admin/pkgconfig/openal.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/pkgconfig/openal.pc.in b/admin/pkgconfig/openal.pc.in index c27888c6..aaf95bb6 100644 --- a/admin/pkgconfig/openal.pc.in +++ b/admin/pkgconfig/openal.pc.in @@ -7,5 +7,5 @@ Name: OpenAL Description: OpenAL is a cross-platform 3D audio API Requires: @PKG_CONFIG_REQUIRES@ Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -lopenal @PKG_CONFIG_LIBS@ +Libs: -L${libdir} -l@LIBNAME@ @PKG_CONFIG_LIBS@ Cflags: -I${includedir} |