From 8dcb1860de1db581ee65f07e352e85932386e342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sat, 26 Mar 2016 11:46:59 +0100 Subject: [PATCH] Update autotools for new DSO linkage style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot --- kxmleditor/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \