From 97032976aecfebff80c3e21d5b37efe03669a850 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 24 Oct 2001 20:29:44 +0000 Subject: [PATCH] Don't try to build the marshall stuff with the gtk shims Original commit message from CVS: Don't try to build the marshall stuff with the gtk shims --- gst/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/Makefile.am b/gst/Makefile.am index b9b7f7558d..f881cafd30 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -134,7 +134,11 @@ cothreads.o: $(srcdir)/cothreads.c $(srcdir)/cothreads.h $(srcdir)/gst_private.h ##### Other built sources ##### +if USE_GLIB2 BUILT_SOURCES = gstmarshal.h gstmarshal.c +else +BUILT_SOURCES = +endif # Generate both marshal files together. Makes dependency work easier. gstmarshal.h: gstmarshal.list -- 2.34.1