diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:28:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:28:57 -0600 |
commit | 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch) | |
tree | b7c6396f4f7fe78dcd49424bff707e977541de18 /kwin/killer | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'kwin/killer')
-rw-r--r-- | kwin/killer/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kwin/killer/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kwin/killer/CMakeLists.txt b/kwin/killer/CMakeLists.txt index 71c349c7c..4fd991d40 100644 --- a/kwin/killer/CMakeLists.txt +++ b/kwin/killer/CMakeLists.txt @@ -23,6 +23,6 @@ link_directories( tde_add_executable( kwin_killer_helper SOURCES killer.cpp - LINK kdeui-shared + LINK tdeui-shared DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/kwin/killer/Makefile.am b/kwin/killer/Makefile.am index e31c88be6..620543fa0 100644 --- a/kwin/killer/Makefile.am +++ b/kwin/killer/Makefile.am @@ -4,6 +4,6 @@ bin_PROGRAMS = kwin_killer_helper kwin_killer_helper_SOURCES = killer.cpp kwin_killer_helper_LDADD = $(LIB_KDEUI) -kwin_killer_helper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kwin_killer_helper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor METASOURCES = AUTO |