From 875957f2fbf9d56e460029cfd51d42ee07c1bbf6 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Mon, 23 Feb 2015 17:15:40 +0000 Subject: [PATCH] Makefile.am: removed obsolete MSVC files and added forgotten header. --- re2c/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/re2c/Makefile.am b/re2c/Makefile.am index 2c17790b..42b99930 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 free_list.h globals.h ins.h \ + basics.h code.h code_names.h dfa.h enc.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 @@ -31,7 +31,7 @@ EXTRA_SRC = README parser.y scanner.re y.tab.h CHANGELOG NO_WARRANTY \ doc examples test bootstrap/*.cc bootstrap/*.h lessons \ $(DOCS) EXTRA_DIST = $(EXTRA_SRC) makerpm.in re2c.spec.in re2c.spec README.in config_w32.h.in -EXTRA_ZIP = $(EXTRA_SRC) config_w32.h *.sln *.vcproj re2c.rules +EXTRA_ZIP = $(EXTRA_SRC) config_w32.h re2c.rules dist-hook: re2c.spec rm -rf `find $(distdir)/doc -name .git` -- 2.40.0