diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-21 21:44:05 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-21 21:44:05 -0600 |
commit | a23b86dd8701381dea35addf7ccef03ba9b65c9b (patch) | |
tree | 9021710d2a456326409114388abb2f282bfa881e /tdeio/misc | |
parent | 8d46300c49bdc03a96eb62675cd1825266231f6b (diff) | |
parent | 62ac96e110e21c0289e890b6e2a824b61d5cb055 (diff) | |
download | tdelibs-a23b86dd8701381dea35addf7ccef03ba9b65c9b.tar.gz tdelibs-a23b86dd8701381dea35addf7ccef03ba9b65c9b.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'tdeio/misc')
-rw-r--r-- | tdeio/misc/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tdeio/misc/tdentlm/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tdeio/misc/tdesasl/CMakeLists.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tdeio/misc/CMakeLists.txt b/tdeio/misc/CMakeLists.txt index 3bfdb0980..64004dbcc 100644 --- a/tdeio/misc/CMakeLists.txt +++ b/tdeio/misc/CMakeLists.txt @@ -39,7 +39,7 @@ include_directories( ) link_directories( - ${TQT_LIBRARY_DIRS} + ${TDECORE_LIBRARY_DIRS} ) diff --git a/tdeio/misc/tdentlm/CMakeLists.txt b/tdeio/misc/tdentlm/CMakeLists.txt index dc26da9a1..a4c23d4e8 100644 --- a/tdeio/misc/tdentlm/CMakeLists.txt +++ b/tdeio/misc/tdentlm/CMakeLists.txt @@ -18,7 +18,7 @@ include_directories( ) link_directories( - ${TQT_LIBRARY_DIRS} + ${TDECORE_LIBRARY_DIRS} ) diff --git a/tdeio/misc/tdesasl/CMakeLists.txt b/tdeio/misc/tdesasl/CMakeLists.txt index d48322d93..4953d9c07 100644 --- a/tdeio/misc/tdesasl/CMakeLists.txt +++ b/tdeio/misc/tdesasl/CMakeLists.txt @@ -17,7 +17,7 @@ include_directories( ) link_directories( - ${TQT_LIBRARY_DIRS} + ${TDECORE_LIBRARY_DIRS} ) |