diff --git a/kxmleditor/Makefile.am b/kxmleditor/Makefile.am index 58a534c..16a0017 100644 --- a/kxmleditor/Makefile.am +++ b/kxmleditor/Makefile.am @@ -4,7 +4,7 @@ bin_PROGRAMS = kxmleditor kxmleditor_SOURCES = dcopiface_shell.skel dcopiface_shell.cpp kxmleditorshell.cpp main.cpp kxeshellmanager.cpp kxmleditor_LDFLAGS = $(all_libraries) $(KDE_RPATH) -kxmleditor_LDADD = $(LIB_KPARTS) $(LIB_KFILE) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) $(LIBSOCKET) +kxmleditor_LDADD = $(LIB_KPARTS) $(LIB_KIO) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) $(LIBSOCKET) -lDCOP EXTRA_DIST = main.cpp \ kxmleditor.desktop \