>>>>> ">" == kj1nabble  <[EMAIL PROTECTED]> writes:

>> Any thoughts? I think it has something to do with how I set up my bin in
>> Makefile.am.

You don't say how it failed...

>> bin_PROGRAMS = app
>> lc_SOURCES = l.l app.c g.y appgen.c

You either want to have 'bin_PROGRAMS = lc', or you want to name your
program 'app' and have 'app_SOURCES'.

Tom


Reply via email to