From 0ba4ae9078847142d30f9debd6932b8944d4159b Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Mon, 23 Feb 2015 17:18:02 +0000 Subject: [PATCH] Makefile.am: added forgotten header. --- re2c/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/re2c/Makefile.am b/re2c/Makefile.am index 42b99930..1b4198c6 100755 --- a/re2c/Makefile.am +++ b/re2c/Makefile.am @@ -5,7 +5,7 @@ win_BINARIES = $(WINBUILDDIR)/re2c.exe re2c_SOURCES = code.cc dfa.cc main.cc parser.cc actions.cc scanner.re substr.cc range.cc \ translate.cc scanner.cc mbo_getopt.cc print.cc input_api.cc \ enc.cc utf8.cc utf8_range.cc utf8_regexp.cc utf16.cc utf16_range.cc utf16_regexp.cc range_suffix.cc \ - basics.h code.h code_names.h dfa.h enc.h input_api.h free_list.h globals.h ins.h \ + basics.h code.h code_names.h dfa.h enc.h indent.h input_api.h free_list.h globals.h ins.h \ mbo_getopt.h parser.h print.h range.h range_suffix.h re.h \ scanner.h smart_ptr.h substr.h stream_lc.h token.h \ utf16.h utf16_range.h utf16_regexp.h utf8.h utf8_range.h utf8_regexp.h -- 2.40.0