diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-20 01:47:39 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-20 01:47:39 +0800 |
commit | 329fe7df32a9114d2d293176f6303d50742b2b26 (patch) | |
tree | e3befb8651bb4e0a5f9faa2e04d814752491e5dc /camel/Makefile.am | |
parent | 79d19f353c19137c65fe40164d90da0b16eee9ed (diff) | |
download | gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.gz gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.bz2 gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.lz gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.xz gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.zst gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.zip |
Build fixes from Jacob, same as the other branch.
svn path=/trunk/; revision=6035
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 9d5c23d6dd..bc059ee197 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -66,6 +66,8 @@ libcamel_la_SOURCES = \ libcamelinclude_HEADERS = \ broken-date-parser.h \ camel-address.h \ + camel-charset-map.h \ + camel-charset-map-private.h \ camel-data-wrapper.h \ camel-exception-list.def \ camel-exception.h \ |