summaryrefslogtreecommitdiffstats
path: root/flow
diff options
context:
space:
mode:
Diffstat (limited to 'flow')
-rw-r--r--flow/CMakeLists.txt2
-rw-r--r--flow/gsl/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/flow/CMakeLists.txt b/flow/CMakeLists.txt
index 48fb330..14a72aa 100644
--- a/flow/CMakeLists.txt
+++ b/flow/CMakeLists.txt
@@ -32,7 +32,7 @@ install( FILES
fft.h artsflow.idl audioio.h resample.h cpuinfo.h
bufferqueue.h gslschedule.h
${CMAKE_CURRENT_BINARY_DIR}/artsflow.h
- DESTINATION ${INCLUDE_INSTALL_DIR} )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/${CMAKE_PROJECT_NAME} )
##### other data ################################
diff --git a/flow/gsl/CMakeLists.txt b/flow/gsl/CMakeLists.txt
index b3370fd..65bd0e6 100644
--- a/flow/gsl/CMakeLists.txt
+++ b/flow/gsl/CMakeLists.txt
@@ -41,7 +41,7 @@ install( FILES
gslengine.h gslwaveosc.h gslwavechunk.h
gsldatahandle-mad.h gslosctable.h gsloscillator.h
${CMAKE_CURRENT_BINARY_DIR}/gslconfig.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/gsl )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/${CMAKE_PROJECT_NAME}/gsl )
##### gsl (static lib) ##########################