From 215d27185092f5a72faf3bfdcf843ece0d985992 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 24 Nov 2009 01:24:10 -0500 Subject: Rename flex and bison input files. --- dimension/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dimension/Makefile.am') 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 \ -- cgit v1.2.3