diff options
author | bertrand <Bertrand.Guiheneuf@inria.fr> | 1999-04-22 01:30:54 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-04-22 01:30:54 +0800 |
commit | b23f36ba14259a3f4e3d3811158a7a59260dc495 (patch) | |
tree | 30105dad1260ef257530e47af4e732fc39bb08ee /camel/Makefile.am | |
parent | 1202a762f5b577d900f7009442cac7ab7b45d57b (diff) | |
download | gsoc2013-evolution-b23f36ba14259a3f4e3d3811158a7a59260dc495.tar gsoc2013-evolution-b23f36ba14259a3f4e3d3811158a7a59260dc495.tar.gz gsoc2013-evolution-b23f36ba14259a3f4e3d3811158a7a59260dc495.tar.bz2 gsoc2013-evolution-b23f36ba14259a3f4e3d3811158a7a59260dc495.tar.lz gsoc2013-evolution-b23f36ba14259a3f4e3d3811158a7a59260dc495.tar.xz gsoc2013-evolution-b23f36ba14259a3f4e3d3811158a7a59260dc495.tar.zst gsoc2013-evolution-b23f36ba14259a3f4e3d3811158a7a59260dc495.zip |
start test provider.
1999-04-21 bertrand <Bertrand.Guiheneuf@inria.fr>
* camel/providers/MH/camel-mh-folder.c (camel_mh_folder_get_type):
start test provider.
svn path=/trunk/; revision=864
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am index 503f9f03bd..36e06b23cf 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = +SUBDIRS = providers libcamelincludedir = $(includedir)/camel |