Set the backend name for the EDS backend.
authorTravis Reitter <travis.reitter@collabora.co.uk>
Tue, 12 Jul 2011 21:59:08 +0000 (14:59 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Tue, 12 Jul 2011 22:03:00 +0000 (15:03 -0700)
backends/eds/Makefile.am
backends/eds/lib/Makefile.am

index 332ba46..f788a93 100644 (file)
@@ -1,5 +1,7 @@
 SUBDIRS = lib
 
+BACKEND_NAME = "eds"
+
 AM_CPPFLAGS = \
        -I$(top_srcdir)/folks \
        -I$(top_srcdir)/backends/eds/lib \
index 30ba34f..cb26f8a 100644 (file)
@@ -1,3 +1,5 @@
+BACKEND_NAME = "eds"
+
 AM_CPPFLAGS = \
        -I$(top_srcdir)/folks \
        -include $(CONFIG_HEADER) \