X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2FCMakeLists.txt;h=382bbc3a43949e29372c65baf6d61f39f9a337e7;hb=43d45af5ea334bf2f235ec805831fae8d2528829;hp=03b032be367e9dbd19a026a5c76bc3fff09c0dff;hpb=35dc866951d48409e88a1fde5fdb52dfe60f3b18;p=chaz%2Ftint2 diff --git a/src/tint2conf/CMakeLists.txt b/src/tint2conf/CMakeLists.txt index 03b032b..382bbc3 100644 --- a/src/tint2conf/CMakeLists.txt +++ b/src/tint2conf/CMakeLists.txt @@ -29,7 +29,7 @@ target_link_libraries( tint2conf ${X11_LIBRARIES} ${GTK2_LIBRARIES} ) set_target_properties(tint2conf PROPERTIES COMPILE_FLAGS -Wall) -set_target_properties(tint2conf PROPERTIES LINK_FLAGS -Wl,--as-needed) +#set_target_properties(tint2conf PROPERTIES LINK_FLAGS -Wl,--as-needed) install( TARGETS tint2conf DESTINATION bin ) install( PROGRAMS tintwizard.py DESTINATION bin )