diff options
Diffstat (limited to 'kpager')
-rw-r--r-- | kpager/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpager/Makefile.am b/kpager/Makefile.am index d33d8852e..6b2421163 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) +kpager_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kpager_LDADD = $(LIB_KDEUI) |