From 3d4505d268fc776309324d98c6a793053e368d92 Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Mon, 7 Oct 2013 23:35:08 +0200 Subject: [PATCH] Update autotools for new DSO linkage style --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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