From: helly Date: Sun, 14 Mar 2004 22:40:11 +0000 (+0000) Subject: Handle include files correctly X-Git-Tag: 0.13.6~727 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81447706c89d2bdb7c2ad2165e37d54f10c881fc;p=re2c Handle include files correctly --- diff --git a/Makefile.am b/Makefile.am index 4a31c8cc..4f39850f 100755 --- a/Makefile.am +++ b/Makefile.am @@ -2,8 +2,8 @@ bin_PROGRAMS = re2c re2c_SOURCES = code.cc dfa.cc main.cc parser.cc actions.cc scanner.re substr.cc\ - translate.cc scanner.cc -include_HEADERS=basics.h dfa.h globals.h ins.h parser.h re.h scanner.h \ + translate.cc scanner.cc \ + basics.h dfa.h globals.h ins.h parser.h re.h scanner.h \ substr.h token.h man_MANS = re2c.1 CXXFLAGS = -O2 -Wall -I. -Wno-unused -Wno-parentheses -Wno-deprecated