diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-01 18:02:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-01 18:04:19 +0900 |
commit | 3270212e83752ea85bccd77f56fd5e4b2922e74d (patch) | |
tree | f37492bf25d129e425d273668b22edde95b6377b /tdm | |
parent | 18e5653193ee42955d6bdcd22ce5cffc89f1af40 (diff) | |
download | tdebase-3270212e83752ea85bccd77f56fd5e4b2922e74d.tar.gz tdebase-3270212e83752ea85bccd77f56fd5e4b2922e74d.zip |
New patch for bug 2852. Should fix previous commit.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a89e0f3482d136be958070369322dbb15a70768c)
Diffstat (limited to 'tdm')
-rw-r--r-- | tdm/kfrontend/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdm/kfrontend/CMakeLists.txt b/tdm/kfrontend/CMakeLists.txt index 1c04d5537..65b22e86e 100644 --- a/tdm/kfrontend/CMakeLists.txt +++ b/tdm/kfrontend/CMakeLists.txt @@ -48,7 +48,7 @@ add_custom_command( OUTPUT config.ci ##### tdm_config (executable) ################### -set_property( SOURCE tdm_greet.c APPEND PROPERTY OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/config.ci ) +set_property( SOURCE tdm_config.c tdm_greet.c APPEND PROPERTY OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/config.ci ) tde_add_executable( tdm_config SOURCES tdm_config.c |