From: Ulya Trofimovich Date: Tue, 16 Jun 2015 14:20:02 +0000 (+0100) Subject: Makefile.am: added forgotten header. X-Git-Tag: 0.15~204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d075c49f1c2c388b6ec43b799c60c847a242611;p=re2c Makefile.am: added forgotten header. --- 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 \