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 71b1cb9ad6..96a1748fc0 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -53,6 +53,7 @@ libcamel_la_SOURCES = \ camel-multipart.c \ camel-object.c \ camel-operation.c \ + camel-pgp-context.c \ camel-provider.c \ camel-remote-store.c \ camel-sasl.c \ @@ -125,6 +126,7 @@ libcamelinclude_HEADERS = \ camel-multipart.h \ camel-object.h \ camel-operation.h \ + camel-pgp-context.h \ camel-provider.h \ camel-remote-store.h \ camel-sasl.h \ |