summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-03-03 15:49:50 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-03-03 15:51:36 +0100
commit2ceaad8b4b0e39a8210a4b185e22a794711391e7 (patch)
tree665c1cffc5357796856f8b7963776310c95eb2f1 /src
parentb9a6208c07422effe52e9b084fc5d5ec69359fb1 (diff)
downloadkscope-2ceaad8b4b0e39a8210a4b185e22a794711391e7.tar.gz
kscope-2ceaad8b4b0e39a8210a4b185e22a794711391e7.zip
Fix automake build dependencies.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7fe9ab31e095a1c34736d5f70947625b5378447f)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3600e74..30857cb 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_QT)