]> granicus.if.org Git - re2c/commitdiff
Handle include files correctly
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 14 Mar 2004 22:40:11 +0000 (22:40 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 14 Mar 2004 22:40:11 +0000 (22:40 +0000)
Makefile.am

index 4a31c8ccc43c5c9888d961308f5597964d96878a..4f39850fac404cfd497ce83831333adfb627de05 100755 (executable)
@@ -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