diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 17cad68..e54af4e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -25,7 +25,7 @@ link_directories ( ${COMPIZ_LINK_DIRS} ) -add_executable (compiz +add_executable (compiz_aaa region.cpp atoms.cpp timer.cpp @@ -53,10 +53,10 @@ add_executable (compiz ) target_link_libraries ( - compiz ${COMPIZ_LIBRARIES} m pthread dl + compiz_aaa ${COMPIZ_LIBRARIES} m pthread dl ) install ( - TARGETS compiz + TARGETS compiz_aaa DESTINATION ${COMPIZ_DESTDIR}${exec_prefix} ) |