From: helly Date: Mon, 19 Apr 2004 23:35:09 +0000 (+0000) Subject: Header mbo_getopt.h is needed too X-Git-Tag: 0.13.6~713 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1b32ee941b515e17f48d564a6294bc26b53f635;p=re2c Header mbo_getopt.h is needed too --- 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