automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Yacc Support?


From: Tom Tromey
Subject: Re: Yacc Support?
Date: Fri, 2 Mar 2007 11:14:36 -0700

>>>>> ">" == kj1nabble  <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]