diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/config.h.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f6a344b..02a1005 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -244,7 +244,7 @@ install(FILES ${uca_HDRS} # --- install pkg-config file set(prefix ${CMAKE_INSTALL_PREFIX}) if (CI_INSTALL_PREFIX) - set(prefix ${CI_INSTALL_PREFIX}) + set(prefix ${CI_INSTALL_PREFIX}) endif() set(exec_prefix "\${prefix}") diff --git a/src/config.h.in b/src/config.h.in index 4eee2db..0b1dde9 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -4,3 +4,4 @@ #cmakedefine HAVE_UFO_CAMERA #cmakedefine HAVE_MOCK_CAMERA +#define CONTROL_GLADE_PATH "${CMAKE_INSTALL_PREFIX}/share/libuca/control.glade" |