diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-08 15:55:16 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-08 15:55:16 +0800 |
commit | 6e4afd20567494cda7ab80c466a6b0fc05b8db31 (patch) | |
tree | 750c151c286b742469023c37f72d77720c22c5f4 /camel/Makefile.am | |
parent | c6cdd4b2af53a9a7f40b339cb447b0bad051dee4 (diff) | |
download | gsoc2013-evolution-6e4afd20567494cda7ab80c466a6b0fc05b8db31.tar gsoc2013-evolution-6e4afd20567494cda7ab80c466a6b0fc05b8db31.tar.gz gsoc2013-evolution-6e4afd20567494cda7ab80c466a6b0fc05b8db31.tar.bz2 gsoc2013-evolution-6e4afd20567494cda7ab80c466a6b0fc05b8db31.tar.lz gsoc2013-evolution-6e4afd20567494cda7ab80c466a6b0fc05b8db31.tar.xz gsoc2013-evolution-6e4afd20567494cda7ab80c466a6b0fc05b8db31.tar.zst gsoc2013-evolution-6e4afd20567494cda7ab80c466a6b0fc05b8db31.zip |
sync - Started work on messages classes.
Bertrand.
svn path=/trunk/; revision=892
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am index 30e267e9c9..4c321a5931 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -13,6 +13,7 @@ INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ libcamel_la_SOURCES = \ camel-log.c \ + camel-data-wrapper.c \ camel-folder.c \ camel-provider.c \ camel-service.c \ @@ -23,12 +24,13 @@ libcamel_la_SOURCES = \ libcamelinclude_HEADERS = \ camel-log.h \ + camel-data-wrapper.h \ camel-folder.h \ camel-provider.h \ camel-service.h \ camel-session.h \ camel-store.h \ - gstring-util.h \ + gstring-util.h \ url-util.h |