[rygel] core: Initialize the thread system



commit 52d81d6023c395086605d47bc1dea8917526fd11
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Jun 11 17:13:32 2009 +0300

    core: Initialize the thread system

 src/rygel/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/Makefile.am b/src/rygel/Makefile.am
index 6b92166..a2efa79 100644
--- a/src/rygel/Makefile.am
+++ b/src/rygel/Makefile.am
@@ -100,7 +100,7 @@ rygel_SOURCES = $(VAPI_SOURCE_FILES) \
 		rygel-gst-utils.c
 
 rygel.stamp: $(filter %.vala,$(rygel_SOURCES))
-	$(VALAC) -C --vapidir=$(srcdir) \
+	$(VALAC) -C --vapidir=$(srcdir) --thread \
 	--pkg cstuff --pkg gupnp-1.0 --pkg gupnp-av-1.0 --pkg dbus-glib-1 \
 	--pkg gconf-2.0 --pkg gstreamer-0.10 --pkg gio-2.0 --pkg gee-1.0 $^
 	touch $@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]