aboutsummaryrefslogtreecommitdiffstats
path: root/admin/pkgconfig
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-07-23 11:58:36 -0700
committerChris Robinson <[email protected]>2008-07-23 11:58:36 -0700
commitd45b1207d0718efab517522689ea628d34ab7d1c (patch)
tree4eeebab695558e7eaaf47cc2d07d054233ac86fe /admin/pkgconfig
parent5a9e24dea17ae2105402176cbfd3e86be4f1b35b (diff)
Make sure the correct libname is used for pkg-config
Diffstat (limited to 'admin/pkgconfig')
-rw-r--r--admin/pkgconfig/openal.pc.in2
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}