summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2013-10-07 23:35:08 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-10-08 05:14:52 +0200
commit3d4505d268fc776309324d98c6a793053e368d92 (patch)
treec856d87b089bd011842390783b11b52fe632dc04
parent3b5326601375b0bcf384657dbbd4e8e8542c5b4f (diff)
downloadkscope-3d4505d268fc776309324d98c6a793053e368d92.tar.gz
kscope-3d4505d268fc776309324d98c6a793053e368d92.zip
Update autotools for new DSO linkage style
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e82522d..3e6d3ec 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -49,7 +49,7 @@ kscope_SOURCES = autocompletionlayout.ui bookmarksdlg.cpp bookmarkslayout.ui \
symbollayout.ui tabwidget.cpp treewidget.cpp welcomedlg.ui
kscope_LDFLAGS = $(KDE_RPATH) $(all_libraries)
-kscope_LDADD = -lkateinterfaces -lktexteditor $(LIB_KDEUI)
+kscope_LDADD = -lkateinterfaces -lkatepartinterfaces -lktexteditor $(LIB_KDEUI) $(LIB_KPARTS) $(LIB_KIO) $(LIB_KDECORE) $(LIB_QT)
# this is where the desktop file will go
shelldesktopdir = $(kde_appsdir)/Development