From 75d3b2f90b684f94d433546c3a9e708ea4bf7481 Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Mon, 25 Jun 2001 20:01:42 +0000 Subject: [PATCH] added gstmarshal.[ch] to .cvsignore, added gstmarshal.list to EXTRA_DIST Original commit message from CVS: added gstmarshal.[ch] to .cvsignore, added gstmarshal.list to EXTRA_DIST --- gst/.gitignore | 2 ++ gst/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gst/.gitignore b/gst/.gitignore index 8e3b99e373..f216820d30 100644 --- a/gst/.gitignore +++ b/gst/.gitignore @@ -6,3 +6,5 @@ Makefile.in .deps .libs gstversion.h +gstmarshal.c +gstmarshal.h diff --git a/gst/Makefile.am b/gst/Makefile.am index 426d4fcb0f..f1ca1b6aee 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -184,4 +184,4 @@ CFLAGS = $(LIBGST_CFLAGS) -D_GNU_SOURCE LIBS = $(LIBGST_LIBS) libgst_la_LDFLAGS = -version-info $(GST_LIBVERSION) -EXTRA_DIST = ROADMAP +EXTRA_DIST = ROADMAP gstmarshal.list