diff options
author | Slávek Banko <[email protected]> | 2019-03-03 15:49:50 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-03-03 15:49:50 +0100 |
commit | 7fe9ab31e095a1c34736d5f70947625b5378447f (patch) | |
tree | 35f96f055e3be4b7a84198ab423a1ffab6ebc773 | |
parent | 3d774958215205f5cfdd0ae362ba96d013c5221a (diff) | |
download | kscope-7fe9ab31e095a1c34736d5f70947625b5378447f.tar.gz kscope-7fe9ab31e095a1c34736d5f70947625b5378447f.zip |
Fix automake build dependencies.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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) |