diff options
author | Chris Robinson <[email protected]> | 2009-02-10 14:39:48 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-02-10 14:39:48 -0800 |
commit | 0fcefd865bfe17ba184fae7534adc168b93ea0bc (patch) | |
tree | 92dd6d55b6a7dfcaaa2380cc86362be0170b05b4 | |
parent | 57c2e9b5f8b5746a9db51227cd032702358511e6 (diff) |
Install the pkgconfig file to the correct directory
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 845442c3..137fbabe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -389,7 +389,7 @@ INSTALL(FILES include/AL/al.h DESTINATION include/AL ) INSTALL(FILES "${OpenAL_BINARY_DIR}/admin/pkgconfig/openal.pc" - DESTINATION lib/pkgconfig) + DESTINATION "${LIB_INSTALL_DIR}/pkgconfig") IF(EXAMPLES) ADD_EXECUTABLE(openal-info examples/openal-info.c) |