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.
This commit is contained in:
Sebastian Dröge 2008-01-10 13:03:35 +00:00
parent 25a75c7cc8
commit 3749018bf6
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
* gst/parse/Makefile.am:
Move types.h from EXTRA_DIST to noinst_HEADERS.
2008-01-10 Sebastian Dröge <slomo@circular-chaos.org>
* autogen.sh:

View file

@ -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