>>>>> "Adam" == Adam J Richter <[EMAIL PROTECTED]> writes:

Adam> EXTRA_PROGRAMS = typedefs
Adam> EXTRA_typedefs_SOURCES  = typedefs.l

Adam> It produced the following error:

Adam> automake: Makefile.am: object `typedefs.$(OBJEXT)' created by
Adam> `typedefs.c' and `

This is intentional.
You only specified EXTRA_typedefs_SOURCES for `typedefs'.
But this means that the default .c file rule is invoked.

Instead try adding `typedefs_SOURCES =' to Makefile.am.
Then the warning goes away.

Tom

Reply via email to