]> granicus.if.org Git - jq/commitdiff
Add the parser to BUILT_SOURCES
authorStephen Dolan <mu@netsoc.tcd.ie>
Wed, 8 May 2013 18:57:05 +0000 (19:57 +0100)
committerStephen Dolan <mu@netsoc.tcd.ie>
Wed, 8 May 2013 18:57:05 +0000 (19:57 +0100)
Makefile.am

index 0810f0c61913ebd71b2c8d2386ef258fba55f371..52e73379d5a334c11f053a2dc55ae9f7f975fcae 100644 (file)
@@ -20,7 +20,7 @@ AM_CFLAGS = -Wextra -Wall -Wno-missing-field-initializers     \
 
 # While there is some autoconf macro support for lex/flex, it doesn't support
 # header file creation so we'll use good old make
-BUILT_SOURCES = lexer.h lexer.c
+BUILT_SOURCES = lexer.h lexer.c parser.h parser.c
 lexer.c: lexer.l
        flex -o lexer.c --header-file=lexer.h lexer.l
 lexer.h: lexer.c