diff options
Diffstat (limited to 'kpager')
-rw-r--r-- | kpager/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpager/Makefile.am b/kpager/Makefile.am index 650ccdc25..5cfbf0910 100644 --- a/kpager/Makefile.am +++ b/kpager/Makefile.am @@ -6,9 +6,9 @@ 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) -ltdefx $(LIB_KIO) -lktexteditor +kpager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -kpager_LDADD = $(LIB_KDEUI) +kpager_LDADD = $(LIB_TDEUI) KDE_ICON = kpager |