diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-09-23 23:15:40 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-09-23 23:15:40 +0800 |
commit | 6d24357f783eff964bcae1c531e08c5040b3b919 (patch) | |
tree | 7dec102021628999a913ad4a5b383dedebc1f38f /camel/Makefile.am | |
parent | b079a98d546e13610bc4583296fc7917e1bea214 (diff) | |
download | gsoc2013-evolution-6d24357f783eff964bcae1c531e08c5040b3b919.tar gsoc2013-evolution-6d24357f783eff964bcae1c531e08c5040b3b919.tar.gz gsoc2013-evolution-6d24357f783eff964bcae1c531e08c5040b3b919.tar.bz2 gsoc2013-evolution-6d24357f783eff964bcae1c531e08c5040b3b919.tar.lz gsoc2013-evolution-6d24357f783eff964bcae1c531e08c5040b3b919.tar.xz gsoc2013-evolution-6d24357f783eff964bcae1c531e08c5040b3b919.tar.zst gsoc2013-evolution-6d24357f783eff964bcae1c531e08c5040b3b919.zip |
sync
svn path=/trunk/; revision=1255
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 6ffca5b225..553e153495 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -32,6 +32,7 @@ libcamel_la_SOURCES = \ camel.c \ camel-log.c \ camel-data-wrapper.c \ + camel-exception.c \ camel-simple-data-wrapper.c \ camel-folder.c \ camel-folder-summary.c \ @@ -65,6 +66,7 @@ libcamelinclude_HEADERS = \ camel.h \ camel-log.h \ camel-data-wrapper.h \ + camel-exception.h \ camel-simple-data-wrapper.h \ camel-folder.h \ camel-folder-summary.h \ @@ -98,4 +100,4 @@ libcamelinclude_HEADERS = \ libcamel_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) -EXTRA_DIST = README +EXTRA_DIST = README camel-exception-list.def |