diff options
author | Danny Baumann <dannybaumann@web.de> | 2009-03-08 13:40:06 +0100 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2009-03-08 13:40:06 +0100 |
commit | befc279b2ef07b9d0032f916fbfdf8e4f46d129b (patch) | |
tree | b7fde7cffd214956a72efd543e46e61b4331c907 /gtk | |
parent | a3093d321ba0a23aa5167a81f64ce90a0b5a3bb2 (diff) | |
download | zcomp-befc279b2ef07b9d0032f916fbfdf8e4f46d129b.tar.gz zcomp-befc279b2ef07b9d0032f916fbfdf8e4f46d129b.tar.bz2 |
Build fixes.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gnome/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gnome/CMakeLists.txt b/gtk/gnome/CMakeLists.txt index b62ac0a..60f31c4 100644 --- a/gtk/gnome/CMakeLists.txt +++ b/gtk/gnome/CMakeLists.txt @@ -26,9 +26,9 @@ if (USE_GNOME) ) set (wmproperties_file ${CMAKE_CURRENT_BINARY_DIR}/compiz-wm.desktop) - translate_wmproperties_file ( + translate_desktop_file ( ${CMAKE_CURRENT_SOURCE_DIR}/compiz-wm.desktop.in - ${desktop_file} + ${wmproperties_file} ) install ( FILES ${wmproperties_file} |