summaryrefslogtreecommitdiffstats
path: root/arts.pc.cmake
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-12-05 21:21:24 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-12-05 21:21:24 +0000
commit3aaef8e61de684af6ced2951ab2391cd104e0d4c (patch)
treebe81056df0fda1ddddf85959d301a184e8fb3999 /arts.pc.cmake
parent2e898ecb33af26bd460e9b058fe19d2a680db93d (diff)
downloadarts-3aaef8e61de684af6ced2951ab2391cd104e0d4c.tar.gz
arts-3aaef8e61de684af6ced2951ab2391cd104e0d4c.zip
[dependencies/arts] improved setup paths
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1203988 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'arts.pc.cmake')
-rw-r--r--arts.pc.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/arts.pc.cmake b/arts.pc.cmake
index 74f16d1..17f8aff 100644
--- a/arts.pc.cmake
+++ b/arts.pc.cmake
@@ -1,10 +1,10 @@
prefix=@CMAKE_INSTALL_PREFIX@
-exec_prefix=${prefix}
-libdir=${prefix}/@LIB_INSTALL_DIR@
-includedir=${prefix}/@INCLUDE_INSTALL_DIR@
+exec_prefix=@PC_EXEC_PREFIX@
+libdir=@PC_LIB_DIR@
+includedir=@PC_INCLUDE_DIR@
Name: arts
Description: Soundserver for the K Desktop Environment (KDE)
Version: @ARTS_VERSION@
-Libs: -L${libdir}
+Libs: -L${libdir}
Cflags: -I${includedir}