From 81bbeb4afa2262129fb66505d07a128c821e49a3 Mon Sep 17 00:00:00 2001 From: David Trowbridge Date: Fri, 7 Jan 2005 11:32:23 +0000 Subject: [PATCH] added weather calendar backend to build. 2005-01-07 David Trowbridge * configure.in: * Makefile.am: added weather calendar backend to build. --- ChangeLog | 5 +++++ configure.in | 4 ++++ evolution-data-server.pc.in | 2 ++ 3 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3ab7ae5..f0e1bd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-07 David Trowbridge + + * configure.in: + * Makefile.am: added weather calendar backend to build. + 2005-01-05 Rodrigo Moya * libedataserver/e-categories.c (initialize_categories_config): set diff --git a/configure.in b/configure.in index 02ea0f8..fbe8093 100644 --- a/configure.in +++ b/configure.in @@ -1137,6 +1137,9 @@ AC_SUBST(extensiondir) gladedir="$privdatadir/glade" AC_SUBST(gladedir) +weatherdatadir="$privdatadir/weather" +AC_SUBST(weatherdatadir) + dnl separate camel from e-d-s? or should it be under the same spot? same for now. camel_providerdir="${privlibdir}/camel-providers" AC_SUBST(camel_providerdir) @@ -1204,6 +1207,7 @@ calendar/backends/file/Makefile calendar/backends/groupwise/Makefile calendar/backends/http/Makefile calendar/backends/contacts/Makefile +calendar/backends/weather/Makefile calendar/tests/Makefile calendar/tests/ecal/Makefile camel/Makefile diff --git a/evolution-data-server.pc.in b/evolution-data-server.pc.in index 7589b15..bbb0177 100644 --- a/evolution-data-server.pc.in +++ b/evolution-data-server.pc.in @@ -4,6 +4,8 @@ libdir=@libdir@ includedir=@includedir@ privlibdir=@privlibdir@ extensiondir=@extensiondir@ +datadir=@datadir@ +privdatadir=@privdatadir@ idldir=@idldir@ IDL_INCLUDES=-I ${idldir} @IDL_INCLUDES@ -- 2.7.4