From 025c7a1006ece526e09d87756c635859eda65d0e Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 26 Feb 1998 01:20:25 +0000 Subject: [PATCH] @LEXLIB@ git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4452 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/com_err/Makefile.am | 2 +- lib/sl/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/com_err/Makefile.am b/lib/com_err/Makefile.am index 2c987f963..7f410ca7f 100644 --- a/lib/com_err/Makefile.am +++ b/lib/com_err/Makefile.am @@ -18,4 +18,4 @@ CLEANFILES = lex.c parse.c parse.h $(compile_et_OBJECTS): parse.h -compile_et_LDADD = -L../roken -lroken +compile_et_LDADD = -L../roken -lroken @LEXLIB@ diff --git a/lib/sl/Makefile.am b/lib/sl/Makefile.am index bb1e22951..ec9a0d30a 100644 --- a/lib/sl/Makefile.am +++ b/lib/sl/Makefile.am @@ -19,4 +19,4 @@ mk_cmds_SOURCES = make_cmds.c parse.y lex.l $(mk_cmds_OBJECTS): parse.h -LDADD = -L../roken -lroken +LDADD = -L../roken -lroken @LEXLIB@