diff options
author | François Andriot <[email protected]> | 2016-03-26 11:46:59 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-03-26 13:53:56 +0100 |
commit | 8dcb1860de1db581ee65f07e352e85932386e342 (patch) | |
tree | 831b33342c227d48e76aaa4620acb63f62ac2185 | |
parent | 0d5a45641fb24eb8569dd7e40708233b1887d802 (diff) | |
download | kxmleditor-8dcb1860de1db581ee65f07e352e85932386e342.tar.gz kxmleditor-8dcb1860de1db581ee65f07e352e85932386e342.zip |
Update autotools for new DSO linkage style
Signed-off-by: François Andriot <[email protected]>
-rw-r--r-- | kxmleditor/Makefile.am | 2 |
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 \ |