summaryrefslogtreecommitdiffstats
path: root/kstart
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:28:57 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:28:57 -0600
commit7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch)
treeb7c6396f4f7fe78dcd49424bff707e977541de18 /kstart
parent66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff)
downloadtdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz
tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip
Additional kde to tde renaming
Diffstat (limited to 'kstart')
-rw-r--r--kstart/CMakeLists.txt2
-rw-r--r--kstart/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/kstart/CMakeLists.txt b/kstart/CMakeLists.txt
index bdb525f01..8430a421b 100644
--- a/kstart/CMakeLists.txt
+++ b/kstart/CMakeLists.txt
@@ -24,6 +24,6 @@ link_directories(
tde_add_executable( kstart AUTOMOC
SOURCES kstart.cpp
- LINK kdecore-shared
+ LINK tdecore-shared
DESTINATION ${BIN_INSTALL_DIR}
)
diff --git a/kstart/Makefile.am b/kstart/Makefile.am
index b74a5fd1b..e5fdebf43 100644
--- a/kstart/Makefile.am
+++ b/kstart/Makefile.am
@@ -8,7 +8,7 @@ INCLUDES = $(all_includes)
bin_PROGRAMS = kstart
kstart_SOURCES = kstart.cpp
-kstart_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+kstart_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kstart_LDADD = $(LIB_KDECORE)
METASOURCES = kstart.moc