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 9b3390d53d..857b8df246 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -69,6 +69,7 @@ libcamel_la_SOURCES = \ camel-stream-null.c \ camel-stream.c \ camel-tcp-stream-raw.c \ + camel-tcp-stream-ssl.c \ camel-tcp-stream.c \ camel-transport.c \ camel-uid-cache.c \ @@ -135,6 +136,7 @@ libcamelinclude_HEADERS = \ camel-stream-null.h \ camel-stream.h \ camel-tcp-stream-raw.h \ + camel-tcp-stream-ssl.h \ camel-tcp-stream.h \ camel-transport.h \ camel-types.h \ |