Dist files generated by bison and flex.
authorDavid Schleef <ds@schleef.org>
Sat, 30 Aug 2003 02:42:55 +0000 (02:42 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 30 Aug 2003 02:42:55 +0000 (02:42 +0000)
Original commit message from CVS:
Dist files generated by bison and flex.

gst/parse/Makefile.am

index 521c801..250d871 100644 (file)
@@ -1,12 +1,13 @@
 
 noinst_LTLIBRARIES = libgstparse.la
 
-BUILT_SOURCES = grammar.tab.h grammar.tab.c lex._gst_parse_yy.c 
-CLEANFILES = grammar.tab.h grammar.tab.c lex._gst_parse_yy.c grammar.output
+CLEANFILES = grammer.output
 
 EXTRA_DIST = grammar.y parse.l types.h
 
-nodist_libgstparse_la_SOURCES = lex._gst_parse_yy.c grammar.tab.c
+BUILT_SOURCES = grammar.tab.h grammar.tab.c lex._gst_parse_yy.c 
+
+libgstparse_la_SOURCES = lex._gst_parse_yy.c grammar.tab.c
 libgstparse_la_CFLAGS = $(GST_CFLAGS) $(DISABLE_FLEX_WARNING)
 libgstparse_la_LIBADD = $(LIBGST_LIBS)