aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
diff options
context:
space:
mode:
authorNot Zed <NotZed@HelixCode.com>2000-11-16 16:36:39 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-11-16 16:36:39 +0800
commitd39149c5797d79e902621585554985132c1e445d (patch)
tree5319382fa77e77f4b80f78d3ff7c5f31b69b7802 /camel/Makefile.am
parentc484e227fd338b26e4bf1b075dc8a7701d77a120 (diff)
downloadgsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar
gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.gz
gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.bz2
gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.lz
gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.xz
gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.tar.zst
gsoc2013-evolution-d39149c5797d79e902621585554985132c1e445d.zip
New file - utility functions for locking using different strategies and/or
2000-11-16 Not Zed <NotZed@HelixCode.com> * camel-lock.c: New file - utility functions for locking using different strategies and/or for locking folders safely. * Makefile.am (libcamel_la_SOURCES): Adde camel-lock.[ch] svn path=/trunk/; revision=6590
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r--camel/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 8f487fdf68..9e419c254a 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -24,6 +24,7 @@ libcamel_la_SOURCES = \
camel-folder-summary.c \
camel-folder.c \
camel-internet-address.c \
+ camel-lock.c \
camel-medium.c \
camel-mime-filter-bestenc.c \
camel-mime-filter-basic.c \
@@ -77,6 +78,7 @@ libcamelinclude_HEADERS = \
camel-folder-summary.h \
camel-folder.h \
camel-internet-address.h \
+ camel-lock.h \
camel-medium.h \
camel-mime-filter-bestenc.h \
camel-mime-filter-basic.h \