From 18797d1853c965e6e249fd6a7c320c99254000f9 Mon Sep 17 00:00:00 2001 From: Alexei Sheplyakov Date: Wed, 27 Aug 2008 10:28:14 +0400 Subject: [PATCH] [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. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 \