This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: flex -lfl
- To: Sascha Ziemann <szi at aibon dot ping dot de>
- Subject: Re: flex -lfl
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Fri, 24 Mar 2000 07:13:43 -0800 (PST)
- Cc: automake at gnu dot org
- References: <7u4s9wor32.fsf@olivia.aibon.ping.de>
>>>>> "Sascha" == Sascha Ziemann <szi@aibon.ping.de> writes:
Sascha> bin_PROGRAMS = rlpd rlpc
Sascha> rlpd_SOURCES = rlpd.c rlp.c errwrap.c conf_parser.y conf_lexer.l
Sascha> rlpc_SOURCES = rlpc.c rlp.c errwrap.c
Sascha> How can I prevent the second program (rlpc) from beeing linked
Sascha> with the flex lib?
Try setting rlpc_LDADD (I think -- I don't look at the lex stuff much).
T