From 3749018bf6b53560f392eeb2f59fb88349c24c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 10 Jan 2008 13:03:35 +0000 Subject: [PATCH] gst/parse/Makefile.am: Move types.h from EXTRA_DIST to noinst_HEADERS. Original commit message from CVS: * gst/parse/Makefile.am: Move types.h from EXTRA_DIST to noinst_HEADERS. --- ChangeLog | 5 +++++ gst/parse/Makefile.am | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index bf6ff7d08c..5fd57a9201 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-10 Sebastian Dröge + + * gst/parse/Makefile.am: + Move types.h from EXTRA_DIST to noinst_HEADERS. + 2008-01-10 Sebastian Dröge * autogen.sh: diff --git a/gst/parse/Makefile.am b/gst/parse/Makefile.am index 7989476d7a..988bab324b 100644 --- a/gst/parse/Makefile.am +++ b/gst/parse/Makefile.am @@ -5,7 +5,6 @@ CLEANFILES = grammar.tab.h grammar.output EXTRA_DIST = \ grammar.y \ parse.l \ - types.h \ grammar.tab.pre.c \ grammar.tab.pre.h \ lex._gst_parse_yy.pre.c @@ -21,7 +20,7 @@ CLEANFILES += grammar.tab.c lex._gst_parse_yy.c libgstparse_la_CFLAGS = $(GST_ALL_CFLAGS) libgstparse_la_LIBADD = $(GST_ALL_LIBS) -noinst_HEADERS = grammar.tab.h +noinst_HEADERS = grammar.tab.h types.h all: grammar.tab.pre.c grammar.tab.pre.h lex._gst_parse_yy.pre.c