From 7918603258bc078e91c65a7ffd239392278c69a6 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 18 Mar 2009 01:56:26 -0400 Subject: Fix install paths --- sigencore/plugins/CMakeLists.txt | 2 +- sigencore/plugins/arenas/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sigencore/plugins') diff --git a/sigencore/plugins/CMakeLists.txt b/sigencore/plugins/CMakeLists.txt index 108d8ac0..891aec5d 100644 --- a/sigencore/plugins/CMakeLists.txt +++ b/sigencore/plugins/CMakeLists.txt @@ -46,7 +46,7 @@ install( FILES ${sigencoreplugins_HEADERS} DESTINATION - ${CMAKE_INSTALL_PREFIX}/include/sigencore/plugins + ${CMAKE_INSTALL_PREFIX}/include/sigen/sigencore/plugins COMPONENT development ) diff --git a/sigencore/plugins/arenas/CMakeLists.txt b/sigencore/plugins/arenas/CMakeLists.txt index 55c2b53b..65ef78b2 100644 --- a/sigencore/plugins/arenas/CMakeLists.txt +++ b/sigencore/plugins/arenas/CMakeLists.txt @@ -33,7 +33,7 @@ install( FILES ${sigenarenas_SERVICES} DESTINATION - ${SERVICE_INSTALL_DIR} + ${SERVICES_INSTALL_DIR} COMPONENT plugins ) -- cgit