diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-12-23 18:39:53 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-02-20 22:25:23 +0100 |
commit | 84f9c1f923ab934ea28b39bdb151d212071d9f47 (patch) | |
tree | 335569c0aad8e8c2c5e630189b6d1f5c020bb166 | |
parent | 43e9abc9faf20e91875fd748f0a01c7fe622e6b2 (diff) | |
download | tdetoys-84f9c1f923ab934ea28b39bdb151d212071d9f47.tar.gz tdetoys-84f9c1f923ab934ea28b39bdb151d212071d9f47.zip |
Fix FTBFS.
(cherry picked from commit 7adc7115528101c579c41266a2388a37e3b1c04c)
-rw-r--r-- | amor/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amor/CMakeLists.txt b/amor/CMakeLists.txt index 750b0b9..e18fe3f 100644 --- a/amor/CMakeLists.txt +++ b/amor/CMakeLists.txt @@ -31,7 +31,7 @@ tde_add_executable( amor AUTOMOC main.cpp amoranim.cpp amorpm.cpp amorbubble.cpp amorconfig.cpp amortips.cpp AmorIface.skel - LINK kio-shared + LINK kio-shared Xext DESTINATION ${BIN_INSTALL_DIR} ) |