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