aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/pcs/Makefile.am
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2002-08-01 23:14:46 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2002-08-01 23:14:46 +0800
commit1a8f31eb034c28a588b9bb3f2b838ea03b2b4c7c (patch)
tree29db63601f342477fb6b848d1c6a96cbd8f419ec /calendar/pcs/Makefile.am
parent386386f94302daf4c6ca626453fd55d2fbfbe168 (diff)
downloadgsoc2013-evolution-1a8f31eb034c28a588b9bb3f2b838ea03b2b4c7c.tar
gsoc2013-evolution-1a8f31eb034c28a588b9bb3f2b838ea03b2b4c7c.tar.gz
gsoc2013-evolution-1a8f31eb034c28a588b9bb3f2b838ea03b2b4c7c.tar.bz2
gsoc2013-evolution-1a8f31eb034c28a588b9bb3f2b838ea03b2b4c7c.tar.lz
gsoc2013-evolution-1a8f31eb034c28a588b9bb3f2b838ea03b2b4c7c.tar.xz
gsoc2013-evolution-1a8f31eb034c28a588b9bb3f2b838ea03b2b4c7c.tar.zst
gsoc2013-evolution-1a8f31eb034c28a588b9bb3f2b838ea03b2b4c7c.zip
new class for implementing a backend cache for the calendar queries.
2002-07-31 Rodrigo Moya <rodrigo@ximian.com> * 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
Diffstat (limited to 'calendar/pcs/Makefile.am')
-rw-r--r--calendar/pcs/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 = \