diff options
-rw-r--r-- | bin/gui/CMakeLists.txt | 2 | ||||
-rw-r--r-- | bin/gui/uca-camera-control.c (renamed from bin/gui/control.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/gui/CMakeLists.txt b/bin/gui/CMakeLists.txt index e5b30e5..e722ab0 100644 --- a/bin/gui/CMakeLists.txt +++ b/bin/gui/CMakeLists.txt @@ -22,7 +22,7 @@ if (GTK2_FOUND) set(BINARY "uca-camera-control") add_executable(${BINARY} - control.c + uca-camera-control.c egg-property-cell-renderer.c egg-property-tree-view.c egg-histogram-view.c) diff --git a/bin/gui/control.c b/bin/gui/uca-camera-control.c index f59460d..f59460d 100644 --- a/bin/gui/control.c +++ b/bin/gui/uca-camera-control.c |