]> granicus.if.org Git - re2c/commitdiff
Makefile.am: added forgotten header.
authorUlya Trofimovich <skvadrik@gmail.com>
Tue, 16 Jun 2015 14:20:02 +0000 (15:20 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Tue, 16 Jun 2015 14:20:02 +0000 (15:20 +0100)
re2c/Makefile.am

index 59122534daa1adc456cd9b6a159797b21927d7a5..ff7e7030fc76f504be8887f2e5be04c6d8f4a7c4 100644 (file)
@@ -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 \