> "Todd" == Todd Dukes <[EMAIL PROTECTED]> writes:
Todd> I was disapointed that pkgdata_DATA files are not included
Todd> in a distribution without also being listed in EXTRA_DIST.
Todd> Is this a bug? The section in the manual says EXTRA_DIST is
Todd> for files that aren't installed by the
I was disapointed that pkgdata_DATA files are not included
in a distribution without also being listed in EXTRA_DIST.
Is this a bug? The section in the manual says EXTRA_DIST is
for files that aren't installed by the regular rules, but it
never says what the regular rules are.
thanks,
Todd.
--
> "Merijn" == Merijn de Jonge <[EMAIL PROTECTED]> writes:
Merijn> In the Makefile.am I have listed these dependencies on
Merijn> multiple lines, Automake generates a Makefile.in which
Merijn> contains all 356 file names on a single line. This line is too
Merijn> long for configure to instanti
Hi,
I encountered the following problem with automake:
I'm developping a Makefile.am for a program which depends on a
huge number of C files (356 to be exact). In the Makefile.am I
have listed these dependencies on multiple lines, Automake
generates a Makefile.in which contains all 356 file names