>>>>> "Enrico" == Enrico Ng <[EMAIL PROTECTED]> writes:
Enrico> I am trying to make an automake file to create libtool Enrico> libraries. The problem is that the libraries I would like to Enrico> create depend on header files that have to generated. How do Enrico> I do this in automake? The easiest way is to list your headers in BUILT_SOURCES. Then write the rules to build the headers. Tom
