aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-02-10 14:39:48 -0800
committerChris Robinson <[email protected]>2009-02-10 14:39:48 -0800
commit0fcefd865bfe17ba184fae7534adc168b93ea0bc (patch)
tree92dd6d55b6a7dfcaaa2380cc86362be0170b05b4
parent57c2e9b5f8b5746a9db51227cd032702358511e6 (diff)
Install the pkgconfig file to the correct directory
-rw-r--r--CMakeLists.txt2
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)