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 fc3f155726..5f23d2ee9c 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -32,6 +32,7 @@ libcamel_la_SOURCES = \ gmime-content-field.c \ gmime-utils.c \ gstring-util.c \ + hash-table-utils.c \ string-utils.c \ url-util.c @@ -56,6 +57,7 @@ libcamelinclude_HEADERS = \ gmime-content-field.h \ gmime-utils.h \ gstring-util.h \ + hash-table-utils.h \ string-utils.h \ url-util.h |