From 57b58647a3e60c21785a21f5071cc34aca7ebf13 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 16 Feb 1998 15:08:18 +0000 Subject: [PATCH] Some fixes for ss/mk_cmds. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4405 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/sl/Makefile.am | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/lib/sl/Makefile.am b/lib/sl/Makefile.am index 7bbd3a66d..bb1e22951 100644 --- a/lib/sl/Makefile.am +++ b/lib/sl/Makefile.am @@ -2,8 +2,21 @@ AUTOMAKE_OPTIONS = no-dependencies foreign +YFLAGS = -d + INCLUDES = -I$(top_builddir)/include lib_LIBRARIES = libsl.a -libsl_a_SOURCES = sl.c +libsl_a_SOURCES = sl.c ss.c + +# install these? +noinst_PROGRAMS = mk_cmds +#incdir = $(includedir)/ss +#inc_DATA = ss.h + +mk_cmds_SOURCES = make_cmds.c parse.y lex.l + +$(mk_cmds_OBJECTS): parse.h + +LDADD = -L../roken -lroken