Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 03e2c6c54ea99b8c3c07c02cf617dfd6d33493dd
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Tue Oct 30 12:13:35 2018 +0200
Commit:     Tor Lillqvist <[email protected]>
CommitDate: Tue Oct 30 12:13:35 2018 +0200

    Avoid automake warning about ETAGS

diff --git a/Makefile.am b/Makefile.am
index e8b0dec89..3451489ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ETAGS=ctags -e
+
 if ENABLE_IOSAPP
 
 SUBDIRS = loleaflet
@@ -75,7 +77,6 @@ endif
 
 loolwsd_fuzzer_CPPFLAGS = -DKIT_IN_PROCESS=1 -DFUZZER=1 
-DTDOC=\"$(abs_top_srcdir)/test/data\" $(AM_CPPFLAGS)
 
-ETAGS=ctags -e
 AM_ETAGSFLAGS = --c++-kinds=+p --fields=+iaS --extra=+q -R --totals=yes 
--exclude=loleaflet *
 AM_CTAGSFLAGS = $(AM_ETAGSFLAGS)
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to