summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2015-11-13 16:57:44 +0800
committerTing-Wei Lan <lantw44@gmail.com>2015-11-13 16:57:44 +0800
commit60a45efca23c7b1339b4fd9f1673f5d1812dc132 (patch)
treeffcadba030e8757b58395dd26551430948017ae8 /Makefile.am
parent274227ed441e941cbc07e3ba90497dbf73db5684 (diff)
downloadcompiler2015-HW3.tar.gz
compiler2015-HW3.tar.zst
compiler2015-HW3.zip
Add the header generated by yacc to BUILT_SOURCESHW3
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 967eaac..974582d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,7 @@ libparser_a_SOURCES = \
src/lexer.o:
@touch src/lexer.o
-BUILT_SOURCES = src/lexer.c
+BUILT_SOURCES = src/lexer.c src/libparser_a-parser.h
submit_dir_name = hw
submit_tarball_prefix = b01902054_b01902062