[folks] Set the backend name for the EDS backend.



commit b6aaf7d8245e08610e1dda582e9f25342a272714
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Tue Jul 12 14:59:08 2011 -0700

    Set the backend name for the EDS backend.

 backends/eds/Makefile.am     |    2 ++
 backends/eds/lib/Makefile.am |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/backends/eds/Makefile.am b/backends/eds/Makefile.am
index 332ba46..f788a93 100644
--- a/backends/eds/Makefile.am
+++ b/backends/eds/Makefile.am
@@ -1,5 +1,7 @@
 SUBDIRS = lib
 
+BACKEND_NAME = "eds"
+
 AM_CPPFLAGS = \
 	-I$(top_srcdir)/folks \
 	-I$(top_srcdir)/backends/eds/lib \
diff --git a/backends/eds/lib/Makefile.am b/backends/eds/lib/Makefile.am
index 30ba34f..cb26f8a 100644
--- a/backends/eds/lib/Makefile.am
+++ b/backends/eds/lib/Makefile.am
@@ -1,3 +1,5 @@
+BACKEND_NAME = "eds"
+
 AM_CPPFLAGS = \
 	-I$(top_srcdir)/folks \
 	-include $(CONFIG_HEADER) \



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