From 1a8f31eb034c28a588b9bb3f2b838ea03b2b4c7c Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 1 Aug 2002 15:14:46 +0000 Subject: new class for implementing a backend cache for the calendar queries. 2002-07-31 Rodrigo Moya * pcs/query-backend.[ch]: new class for implementing a backend cache for the calendar queries. * pcs/Makefile.am: added new files. svn path=/trunk/; revision=17668 --- calendar/pcs/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/pcs/Makefile.am') diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index 0c7590f91a..a8c2749e27 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -41,6 +41,7 @@ pcsinclude_HEADERS = \ cal-common.h \ cal-factory.h \ job.h \ + query-backend.h \ query.h libpcs_a_SOURCES = \ @@ -51,6 +52,7 @@ libpcs_a_SOURCES = \ cal-backend-util.c \ cal-factory.c \ job.c \ + query-backend.c \ query.c libpcsfile_a_SOURCES = \ -- cgit v1.2.3