]> www.ginac.de Git - cln.git/blobdiff - benchmarks/Makefile.am
[build] Move CLN version info into the include/cln/version.h file...
[cln.git] / benchmarks / Makefile.am
index a93dd14effe93ee443717dfaab0d7a492cdd03ca..1632dc76600933bf77b1ca9f5b720ec737966361 100644 (file)
@@ -13,6 +13,12 @@ timebench2b_SOURCES = timebench2b.cc
 timebench2b_LDADD = ../src/libcln.la
 
 AM_CPPFLAGS = -I../include -I$(top_srcdir)/include
+DEFAULT_INCLUDES = -I.@am__isrc@
 
 EXTRA_DIST = README bench2.txt timebench2.sh
 
+
+# Remove .deps directories created by 'configure'.
+# I would say that this left-over is an Automake 1.16.1 bug.
+distclean-local:
+       rm -rf $(DEPDIR)