aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/MH/Makefile.am
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-09-07 23:45:57 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-09-07 23:45:57 +0800
commit598dc5e5564a6a04c0714ab480651261fe9f3c9a (patch)
tree45de64ab131517768562c3a89be2721d32db22c0 /camel/providers/MH/Makefile.am
parent9043c1aa7a31915129d14f913c9126557ca49402 (diff)
downloadgsoc2013-evolution-598dc5e5564a6a04c0714ab480651261fe9f3c9a.tar
gsoc2013-evolution-598dc5e5564a6a04c0714ab480651261fe9f3c9a.tar.gz
gsoc2013-evolution-598dc5e5564a6a04c0714ab480651261fe9f3c9a.tar.bz2
gsoc2013-evolution-598dc5e5564a6a04c0714ab480651261fe9f3c9a.tar.lz
gsoc2013-evolution-598dc5e5564a6a04c0714ab480651261fe9f3c9a.tar.xz
gsoc2013-evolution-598dc5e5564a6a04c0714ab480651261fe9f3c9a.tar.zst
gsoc2013-evolution-598dc5e5564a6a04c0714ab480651261fe9f3c9a.zip
correct parameter decl (const)
1999-09-07 bertrand <Bertrand.Guiheneuf@aful.org> * camel/md5-utils.c (md5_get_digest_from_file): correct parameter decl (const) * camel/md5-utils.h: typo. * camel/providers/MH/mh-uid.c More work on UID stuff for MH. (mh_save_uid_list): (mh_load_uid_list): (mh_generate_uid_list): new funcs. Manage on-disk uid list. * camel/providers/MH/mh-utils.c (mh_is_a_message_file): Util routines live here now. svn path=/trunk/; revision=1190
Diffstat (limited to 'camel/providers/MH/Makefile.am')
-rw-r--r--camel/providers/MH/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/camel/providers/MH/Makefile.am b/camel/providers/MH/Makefile.am
index 6ebdc765b3..2442be6912 100644
--- a/camel/providers/MH/Makefile.am
+++ b/camel/providers/MH/Makefile.am
@@ -15,12 +15,14 @@ libcamelmh_la_SOURCES = \
camel-mh-folder.c \
camel-mh-provider.c \
camel-mh-store.c \
- mh-uid.c
+ mh-uid.c \
+ mh-utils.c
libcamelmhinclude_HEADERS = \
camel-mh-folder.h \
- camel-mh-store.h\
- mh-uid.h
+ camel-mh-store.h \
+ mh-uid.h \
+ mh-utils.h
libcamelmh_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir)