summaryrefslogtreecommitdiffstats
path: root/lib/catalog/CMakeLists.txt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:32:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:32:07 -0600
commitb4e545384b42deff2db00ff815c4cacbeb5d1860 (patch)
treebfb3416e8ebc56b09f3df5e68eb0473dbc5ef13c /lib/catalog/CMakeLists.txt
parent35f3f9ef33100c276b267e7e933709fdf737b2fe (diff)
downloadtdevelop-b4e545384b42deff2db00ff815c4cacbeb5d1860.tar.gz
tdevelop-b4e545384b42deff2db00ff815c4cacbeb5d1860.zip
Additional kde to tde renaming
Diffstat (limited to 'lib/catalog/CMakeLists.txt')
-rw-r--r--lib/catalog/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/catalog/CMakeLists.txt b/lib/catalog/CMakeLists.txt
index 404b7bc9..6f5a631d 100644
--- a/lib/catalog/CMakeLists.txt
+++ b/lib/catalog/CMakeLists.txt
@@ -33,6 +33,6 @@ install( FILES
tde_add_library( kdevcatalog SHARED AUTOMOC
SOURCES tag.cpp catalog.cpp
VERSION 0.0.0
- LINK kdecore-shared ${BDB_LIBRARY}
+ LINK tdecore-shared ${BDB_LIBRARY}
DESTINATION ${LIB_INSTALL_DIR}
)