From: Alexei Sheplyakov Date: Wed, 27 Aug 2008 06:28:14 +0000 (+0400) Subject: [bugfix] install intparam.h (auto-generated) header. X-Git-Tag: cln_1-3-0~26 X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;h=18797d1853c965e6e249fd6a7c320c99254000f9;p=cln.git [bugfix] install intparam.h (auto-generated) header. Actually it's a bad idea to expose those defines to user, but CLN public headers depend on them. --- diff --git a/Makefile.am b/Makefile.am index 092cec3..55badca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -94,10 +94,10 @@ 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 EXTRA_DIST += include/cln/config.h.in \ include/cln/host_cpu.h.in \