From 7fe9ab31e095a1c34736d5f70947625b5378447f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 3 Mar 2019 15:49:50 +0100 Subject: Fix automake build dependencies. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index b706bfa..61b8fcc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -48,6 +48,8 @@ kscope_SOURCES = autocompletionlayout.ui bookmarksdlg.cpp bookmarkslayout.ui \ searchresultsdlg.cpp searchresultslayout.ui symbolcompletion.cpp symboldlg.cpp \ symbollayout.ui tabwidget.cpp treewidget.cpp welcomedlg.ui +BUILT_SOURCES = calltreelayout.h + kscope_LDFLAGS = $(KDE_RPATH) $(all_libraries) kscope_LDADD = -lkateinterfaces -lkatepartinterfaces -ltdetexteditor $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_TDECORE) $(LIB_TQT) -- cgit v1.2.3