diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-09-17 06:26:03 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-09-17 06:26:03 +0800 |
commit | 63039bb99edd9f8c7aea9ef4ce8700d713b01354 (patch) | |
tree | dc00b13ddd4399787049b6fac9adce7b25da81c4 /camel/Makefile.am | |
parent | c6da2725e05030af92353147a37a5f559e5f3a42 (diff) | |
download | gsoc2013-evolution-63039bb99edd9f8c7aea9ef4ce8700d713b01354.tar gsoc2013-evolution-63039bb99edd9f8c7aea9ef4ce8700d713b01354.tar.gz gsoc2013-evolution-63039bb99edd9f8c7aea9ef4ce8700d713b01354.tar.bz2 gsoc2013-evolution-63039bb99edd9f8c7aea9ef4ce8700d713b01354.tar.lz gsoc2013-evolution-63039bb99edd9f8c7aea9ef4ce8700d713b01354.tar.xz gsoc2013-evolution-63039bb99edd9f8c7aea9ef4ce8700d713b01354.tar.zst gsoc2013-evolution-63039bb99edd9f8c7aea9ef4ce8700d713b01354.zip |
New object. Operation queue. Meant to be used in non-blocking proxy
1999-09-17 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-op-queue.h:
* camel/camel-op-queue.c:
New object. Operation queue. Meant to be used in
non-blocking proxy objects.
svn path=/trunk/; revision=1231
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am index d9f492bf35..322f096e76 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -25,6 +25,7 @@ libcamel_la_SOURCES = \ camel-mime-part.c \ camel-mime-part-utils.c \ camel-multipart.c \ + camel-op-queue.c \ camel-provider.c \ camel-recipient.c \ camel-service.c \ @@ -57,6 +58,7 @@ libcamelinclude_HEADERS = \ camel-mime-part.h \ camel-mime-part-utils.h \ camel-multipart.h \ + camel-op-queue.h \ camel-provider.h \ camel-recipient.h \ camel-service.h \ |