summaryrefslogtreecommitdiffstats
path: root/kparts/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kparts/Makefile.am')
-rw-r--r--kparts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kparts/Makefile.am b/kparts/Makefile.am
index 35c2bc913..2acbcbcd1 100644
--- a/kparts/Makefile.am
+++ b/kparts/Makefile.am
@@ -5,7 +5,7 @@ AM_LDFLAGS = $(LDFLAGS_AS_NEEDED)
INCLUDES= -I$(srcdir)/../ -I$(top_srcdir)/kio/ -I$(top_srcdir)/libltdl \
-I$(top_srcdir)/kfile $(all_includes)
libkparts_la_LDFLAGS = $(KDE_MT_LDFLAGS) -version-info 3:0:1 -no-undefined
-libkparts_la_LIBADD = $(LIB_KIO)
+libkparts_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la
check-local:
(cd tests && $(MAKE) check )