From 5d075c49f1c2c388b6ec43b799c60c847a242611 Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Tue, 16 Jun 2015 15:20:02 +0100 Subject: [PATCH] Makefile.am: added forgotten header. --- re2c/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/re2c/Makefile.am b/re2c/Makefile.am index 59122534..ff7e7030 100644 --- a/re2c/Makefile.am +++ b/re2c/Makefile.am @@ -28,8 +28,6 @@ SRC_HDR = \ src/ir/dfa/state.h \ src/ir/dfa/dfa.h \ src/ir/dfa/action.h \ - src/ir/regexp/regexp_alt.h \ - src/ir/regexp/regexp_match.h \ src/ir/regexp/encoding/enc.h \ src/ir/regexp/encoding/range_suffix.h \ src/ir/regexp/encoding/utf8/utf8.h \ @@ -38,6 +36,9 @@ SRC_HDR = \ src/ir/regexp/encoding/utf16/utf16_range.h \ src/ir/regexp/encoding/utf16/utf16_regexp.h \ src/ir/regexp/encoding/utf16/utf16.h \ + src/ir/regexp/empty_class_policy.h \ + src/ir/regexp/regexp_alt.h \ + src/ir/regexp/regexp_match.h \ src/ir/regexp/regexp_rule.h \ src/ir/regexp/regexp_cat.h \ src/ir/regexp/regexp_closev.h \ -- 2.40.0