From dd61460c4ad31ae00c7856ddf2e35b14f96098cb Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 29 Jan 2002 12:08:42 +0000 Subject: [PATCH] ... and this one fixes make distcheck for glib2 builds Original commit message from CVS: ... and this one fixes make distcheck for glib2 builds --- gst/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/Makefile.am b/gst/Makefile.am index 32954d9..22a146b 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -157,7 +157,7 @@ dist-hook: rm -f $(distdir)/gstmarshal.c $(distdir)/gstmarshal.h # Clean generated files distclean-local: - rm -f $(builddir)/gstmarshal.c $(builddir)/gstmarshal.h + rm -f $(top_builddir)/gst/gstmarshal.c $(top_builddir)/gst/gstmarshal.h libgstincludedir = $(includedir)/gst libgstinclude_HEADERS = \ -- 2.7.4