]> www.ginac.de Git - cln.git/blobdiff - Makefile.am
[build] Added some files to DISTCLEANFILES to please `make distcheck'.
[cln.git] / Makefile.am
index 092cec35f84e0422de53050366e307170e7f64fe..3e7049a24a770dcd473cf4e0ff7059c4d4398d8a 100644 (file)
@@ -5,6 +5,7 @@ pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = cln.pc
 
 EXTRA_DIST = cln.pc.in cln.spec.in
+DISTCLEANFILES = cln.pc
 
 $(pkgconfig_DATA): config.status
 
@@ -94,11 +95,22 @@ include/cln/SV.h \
 include/cln/integer.h
 
 ## FIXME: we should NOT expose these macros to users
-cln_GENERATEDdir = $(includedir)/cln
-cln_GENERATED_HEADERS = \
+nodist_clninclude_HEADERS = \
 include/cln/config.h \
-include/cln/host_cpu.h
+include/cln/host_cpu.h \
+include/cln/intparam.h
+
+DISTCLEANFILES += \
+include/cln/config.h \
+include/cln/host_cpu.h \
+include/cln/intparam.h \
+include/cln/floatparam.h
 
 EXTRA_DIST += include/cln/config.h.in \
             include/cln/host_cpu.h.in \
-            include/cln/version.h.in
+            include/cln/version.h.in \
+autoconf/floatparam.c \
+autoconf/intparam.c
+
+DISTCHECK_CONFIGURE_FLAGS = --disable-static
+