mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
Dist files generated by bison and flex.
Original commit message from CVS: Dist files generated by bison and flex.
This commit is contained in:
parent
68d336393e
commit
b79680d0b2
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue