summaryrefslogtreecommitdiffstats
path: root/kxmleditor
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2016-03-26 11:46:59 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-26 13:53:56 +0100
commit8dcb1860de1db581ee65f07e352e85932386e342 (patch)
tree831b33342c227d48e76aaa4620acb63f62ac2185 /kxmleditor
parent0d5a45641fb24eb8569dd7e40708233b1887d802 (diff)
downloadkxmleditor-8dcb1860de1db581ee65f07e352e85932386e342.tar.gz
kxmleditor-8dcb1860de1db581ee65f07e352e85932386e342.zip
Update autotools for new DSO linkage style
Signed-off-by: François Andriot <francois.andriot@free.fr>
Diffstat (limited to 'kxmleditor')
-rw-r--r--kxmleditor/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \