]> www.ginac.de Git - cln.git/commitdiff
[bugfix] install intparam.h (auto-generated) header.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Wed, 27 Aug 2008 06:28:14 +0000 (10:28 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Wed, 27 Aug 2008 06:28:14 +0000 (10:28 +0400)
Actually it's a bad idea to expose those defines to user, but CLN public
headers depend on them.

Makefile.am

index 092cec35f84e0422de53050366e307170e7f64fe..55badcae0b3c15093a9532320cde29bf25a1ac1c 100644 (file)
@@ -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 \