summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-08-30 02:42:55 +0000
committerDavid Schleef <ds@schleef.org>2003-08-30 02:42:55 +0000
commitb79680d0b27a050ee0a289eafb3a7d01a5266ff4 (patch)
treeca8a5efa5ca803e24b4eba3a6606fd0cf26f5025
parent68d336393e5c6b60602f567f35f403c5159b50b4 (diff)
downloadgstreamer-b79680d0b27a050ee0a289eafb3a7d01a5266ff4.tar.gz
Dist files generated by bison and flex.
Original commit message from CVS: Dist files generated by bison and flex.
-rw-r--r--gst/parse/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/gst/parse/Makefile.am b/gst/parse/Makefile.am
index 521c801f00..250d871531 100644
--- a/gst/parse/Makefile.am
+++ b/gst/parse/Makefile.am
@@ -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)