diff options
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 4ccc5a62d0..eb29f5f626 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -55,6 +55,7 @@ libcamel_la_SOURCES = \ camel-object.c \ camel-operation.c \ camel-pgp-context.c \ + camel-pgp-mime.c \ camel-provider.c \ camel-remote-store.c \ camel-sasl.c \ @@ -128,6 +129,7 @@ libcamelinclude_HEADERS = \ camel-object.h \ camel-operation.h \ camel-pgp-context.h \ + camel-pgp-mime.h \ camel-provider.h \ camel-remote-store.h \ camel-sasl.h \ |