From c1b32ee941b515e17f48d564a6294bc26b53f635 Mon Sep 17 00:00:00 2001 From: helly Date: Mon, 19 Apr 2004 23:35:09 +0000 Subject: [PATCH] Header mbo_getopt.h is needed too --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index eb43ca64..eba03835 100755 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ bin_PROGRAMS = re2c re2c_SOURCES = code.cc dfa.cc main.cc parser.cc actions.cc scanner.re substr.cc\ translate.cc scanner.cc mbo_getopt.cc \ basics.h dfa.h globals.h ins.h parser.h re.h scanner.h \ - substr.h token.h + substr.h token.h mbo_getopt.h man_MANS = re2c.1 CXXFLAGS = -O2 -Wall -I. -Wno-unused -Wno-parentheses -Wno-deprecated YFLAGS = -d -- 2.50.1