]> www.ginac.de Git - cln.git/blobdiff - examples/Makefile.am
Move GETVAL macro from acinclude.m4 to m4/getval.m4.
[cln.git] / examples / Makefile.am
index cee2ce0c62d1f52fde8c1366f408803d0950c9e2..d29361fbb7548c4a9671bce15b1254aa00c9b971 100644 (file)
@@ -31,3 +31,9 @@ pi_LDADD = ../src/libcln.la
 
 AM_CPPFLAGS = -I../include -I$(top_srcdir)/include
 DEFAULT_INCLUDES = -I.@am__isrc@
+
+
+# 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)