[folks] Make sure we pass ENABLE_EDS to vala flags



commit f7767014b984fae5df9b9c0d6b0df5fe10aba360
Author: Alexander Larsson <alexl redhat com>
Date:   Tue Aug 16 14:03:17 2011 +0200

    Make sure we pass ENABLE_EDS to vala flags

 folks/Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/folks/Makefile.am b/folks/Makefile.am
index 1fde141..a4d03ea 100644
--- a/folks/Makefile.am
+++ b/folks/Makefile.am
@@ -44,6 +44,10 @@ libfolks_la_SOURCES = \
 	object-cache.vala \
 	$(NULL)
 
+if ENABLE_EDS
+EDS_FLAGS = -D ENABLE_EDS
+endif
+
 libfolks_la_VALAFLAGS = \
 	--gir=Folks-$(API_VERSION).gir \
 	--library=folks \
@@ -57,6 +61,7 @@ libfolks_la_VALAFLAGS = \
 	--includedir folks \
 	--vapi folks.vapi \
 	-H folks.h \
+	$(EDS_FLAGS) \
 	$(NULL)
 
 libfolks_la_CFLAGS = \



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