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