From 381f7b930fa7c403b90bbe75d6579af40cbb3910 Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Wed, 24 Oct 2001 04:44:30 +0000 Subject: [PATCH] BUILT_SOURCES patch from vishnu Original commit message from CVS: BUILT_SOURCES patch from vishnu --- gst/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gst/Makefile.am b/gst/Makefile.am index 6e7583219a..b9b7f7558d 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -134,6 +134,8 @@ cothreads.o: $(srcdir)/cothreads.c $(srcdir)/cothreads.h $(srcdir)/gst_private.h ##### Other built sources ##### +BUILT_SOURCES = gstmarshal.h gstmarshal.c + # Generate both marshal files together. Makes dependency work easier. gstmarshal.h: gstmarshal.list glib-genmarshal --header --prefix=gst_marshal gstmarshal.list > gstmarshal.h