From f50ca8f19b9582a4b5dd4b8adb4884dc319b65ec Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 17 Mar 2009 08:57:03 +0000 Subject: Added previous GEN files to SRCS. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ae859aa2..6c56f599 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,8 @@ LINTOBJS= mdoclint.o mmain.o OBJS = $(LIBOBJS) $(TERMOBJS) $(TREEOBJS) $(LINTOBJS) SRCS = macro.c mdoc.c hash.c strings.c xstd.c argv.c validate.c \ - action.c term.c mdoctree.c mdocterm.c mmain.c mdoclint.c + action.c term.c mdoctree.c mdocterm.c mmain.c mdoclint.c \ + lib.c att.c arch.c vol.c msec.c st.c ascii.c DATAS = arch.in att.in lib.in msec.in st.in vol.in ascii.in -- cgit