Browse Source

[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.
master
Alexei Sheplyakov 16 years ago
parent
commit
18797d1853
  1. 6
      Makefile.am

6
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 \

Loading…
Cancel
Save