diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-11-24 01:24:10 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-11-24 01:24:10 -0500 |
commit | 215d27185092f5a72faf3bfdcf843ece0d985992 (patch) | |
tree | 1e7422e8dd2c0b47bc4c4c9940b6cf7731779659 /dimension/Makefile.am | |
parent | b7f56459d566e232a554ab29bcf1015b303d59b1 (diff) | |
download | dimension-215d27185092f5a72faf3bfdcf843ece0d985992.tar.xz |
Rename flex and bison input files.
Diffstat (limited to 'dimension/Makefile.am')
-rw-r--r-- | dimension/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dimension/Makefile.am b/dimension/Makefile.am index 7d2e11a..4b7d20b 100644 --- a/dimension/Makefile.am +++ b/dimension/Makefile.am @@ -22,10 +22,10 @@ INCLUDES = -I$(top_srcdir)/libdimension bin_PROGRAMS = dimension AM_YFLAGS = -d -BUILT_SOURCES = bison.h +BUILT_SOURCES = grammar.h -dimension_SOURCES = bison.y \ - flex.l \ +dimension_SOURCES = grammar.y \ + lexer.l \ main.c \ parse.h \ progressbar.c \ |