gst/parse/Makefile.am: Move types.h from EXTRA_DIST to noinst_HEADERS.
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 10 Jan 2008 13:03:35 +0000 (13:03 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 10 Jan 2008 13:03:35 +0000 (13:03 +0000)
Original commit message from CVS:
* gst/parse/Makefile.am:
Move types.h from EXTRA_DIST to noinst_HEADERS.

ChangeLog
gst/parse/Makefile.am

index bf6ff7d..5fd57a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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:
          Add -Wno-portability to the automake parameters to stop warnings
          about GNU make extensions being used. We require GNU make in almost
index 7989476..988bab3 100644 (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