From: Sankarasivasubramanian Pasupathilingam Date: Tue, 6 May 2008 11:13:16 +0000 (+0000) Subject: Added camel-db.c and camel-db.h and marked them for building X-Git-Tag: upstream/3.7.4~5030 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b29c07d4ea524f5426c6d51c27c0bc032aaa993;p=platform%2Fupstream%2Fevolution-data-server.git Added camel-db.c and camel-db.h and marked them for building svn path=/trunk/; revision=8742 --- diff --git a/camel/Makefile.am b/camel/Makefile.am index b047532..8746263 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -157,6 +157,7 @@ libcamel_1_2_la_SOURCES = \ camel-charset-map.c \ camel-data-cache.c \ camel-data-wrapper.c \ + camel-db.c \ camel-debug.c \ camel-exception.c \ camel-file-utils.c \ @@ -224,6 +225,7 @@ libcamelinclude_HEADERS = \ camel-charset-map.h \ camel-data-cache.h \ camel-data-wrapper.h \ + camel-db.h \ camel-debug.h \ camel-exception-list.def \ camel-exception.h \