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 0615210418..7ae75776f4 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -38,6 +38,7 @@ libcamel_la_SOURCES = \ gmime-utils.c \ gstring-util.c \ hash-table-utils.c \ + md5-utils.c \ string-utils.c \ url-util.c @@ -68,6 +69,7 @@ libcamelinclude_HEADERS = \ gmime-utils.h \ gstring-util.h \ hash-table-utils.h \ + md5-utils.h \ string-utils.h \ url-util.h |