summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-04-07 11:36:58 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-04-07 12:00:36 +0200
commit4494f032d65cb6d522996ae24762f1d75c7e503b (patch)
tree80ee27176278871392867dbf23121104bd5691c1
parent0b845fc88c9fb25232dd3a96aa6f697e9544f3cc (diff)
parse: Don't dist the bison and flex generated headers
https://bugzilla.gnome.org/show_bug.cgi?id=727253
-rw-r--r--gst/parse/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/parse/Makefile.am b/gst/parse/Makefile.am
index edff324b4d..7b5fd27453 100644
--- a/gst/parse/Makefile.am
+++ b/gst/parse/Makefile.am
@@ -11,7 +11,7 @@ EXTRA_DIST = \
#libgstparse_la_SOURCES = lex.priv_gst_parse_yy.c grammar.tab.c
# uncomment these lines to _NOT_ dist the generated sources
-nodist_libgstparse_la_SOURCES = lex.priv_gst_parse_yy.c grammar.tab.c
+nodist_libgstparse_la_SOURCES = lex.priv_gst_parse_yy.c grammar.tab.c grammar.tab.h
CLEANFILES += grammar.tab.c lex.priv_gst_parse_yy.c
# can't use GST_ALL_CFLAGS here because that'd pull in -Werror
@@ -19,7 +19,7 @@ libgstparse_la_CFLAGS = -I$(top_srcdir) -I$(top_builddir) \
$(GLIB_CFLAGS) $(GST_OPTION_CFLAGS)
libgstparse_la_LIBADD = $(GST_ALL_LIBS)
-noinst_HEADERS = grammar.tab.h types.h
+noinst_HEADERS = types.h
Android.mk: Makefile.am
androgenizer -:PROJECT gstreamer -:STATIC libgstparse -:TAGS eng debug \