aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
diff options
context:
space:
mode:
authorBertrand Guiheneuf <bertrand@src.gnome.org>1999-09-28 02:05:43 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-09-28 02:05:43 +0800
commit10ec882bf12ce134072585b057738dcb9c242846 (patch)
treedf22be7e88ade8fbbe65fd8aceea0da142a152d0 /camel/Makefile.am
parentea421e8d5838d758418aa3e6fddafe593badb15f (diff)
downloadgsoc2013-evolution-10ec882bf12ce134072585b057738dcb9c242846.tar
gsoc2013-evolution-10ec882bf12ce134072585b057738dcb9c242846.tar.gz
gsoc2013-evolution-10ec882bf12ce134072585b057738dcb9c242846.tar.bz2
gsoc2013-evolution-10ec882bf12ce134072585b057738dcb9c242846.tar.lz
gsoc2013-evolution-10ec882bf12ce134072585b057738dcb9c242846.tar.xz
gsoc2013-evolution-10ec882bf12ce134072585b057738dcb9c242846.tar.zst
gsoc2013-evolution-10ec882bf12ce134072585b057738dcb9c242846.zip
redesign of the proxy/marshaling code. Uses GtkArg now. sync commit.
* redesign of the proxy/marshaling code. Uses GtkArg now. * sync commit. Evolution does not build at all now. svn path=/trunk/; revision=1260
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r--camel/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 553e153495..8bc72c829e 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = providers
+SUBDIRS = #providers
libcamelincludedir = $(includedir)/camel
@@ -37,6 +37,7 @@ libcamel_la_SOURCES = \
camel-folder.c \
camel-folder-summary.c \
camel-medium.c \
+ camel-marshal-utils.c \
camel-mime-body-part.c \
camel-mime-message.c \
camel-mime-part.c \
@@ -71,6 +72,7 @@ libcamelinclude_HEADERS = \
camel-folder.h \
camel-folder-summary.h \
camel-mime-body-part.h \
+ camel-marshal-utils.h \
camel-medium.h \
camel-mime-message.h \
camel-mime-part.h \