diff options
author | Chris Robinson <[email protected]> | 2008-07-23 11:58:36 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-07-23 11:58:36 -0700 |
commit | d45b1207d0718efab517522689ea628d34ab7d1c (patch) | |
tree | 4eeebab695558e7eaaf47cc2d07d054233ac86fe /admin/pkgconfig | |
parent | 5a9e24dea17ae2105402176cbfd3e86be4f1b35b (diff) |
Make sure the correct libname is used for pkg-config
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} |