From 4494f032d65cb6d522996ae24762f1d75c7e503b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 7 Apr 2014 11:36:58 +0200 Subject: [PATCH] parse: Don't dist the bison and flex generated headers https://bugzilla.gnome.org/show_bug.cgi?id=727253 --- gst/parse/Makefile.am | 4 ++-- 1 file 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 \