Il 06/07/2012 00:41, Albert Chu ha scritto:
> yet it does not distribute some files that would be created by configure (i.e.
> man/ipmiping.8.pre).  Why this discrepancy?

It depends on how they are declared, freeipmi.h is installed, so it's in
include_HEADERS (or something like that), which means that it get added
to the dist target.

I don't have the sources at hand to check, but you should probably get
out that file from the include_HEADERS variable and instead add it to a
new nodist_include_HEADERS variable (nodist means it won't get added to
the tarball).

HTH!

-- 
Diego Elio Pettenò — Flameeyes
[email protected]http://blog.flameeyes.eu/



_______________________________________________
Freeipmi-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/freeipmi-devel

Reply via email to