diff options
Diffstat (limited to 'kpager')
-rw-r--r-- | kpager/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kpager/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kpager/CMakeLists.txt b/kpager/CMakeLists.txt index 8265c4ded..abe022683 100644 --- a/kpager/CMakeLists.txt +++ b/kpager/CMakeLists.txt @@ -35,6 +35,6 @@ tde_add_executable( kpager AUTOMOC SOURCES desktop.cpp kpager.cpp config.cpp windowdrag.cpp kpagerIface.skel main.cpp - LINK kdeui-shared + LINK tdeui-shared DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/kpager/Makefile.am b/kpager/Makefile.am index 6b2421163..650ccdc25 100644 --- a/kpager/Makefile.am +++ b/kpager/Makefile.am @@ -6,7 +6,7 @@ kpager_SOURCES = desktop.cpp kpager.cpp config.cpp windowdrag.cpp \ kpagerIface.skel main.cpp kpager_METASOURCES = AUTO -kpager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kpager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kpager_LDADD = $(LIB_KDEUI) |