diff options
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index a1d28e812d..a2c25b0501 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -30,7 +30,9 @@ libeutil_la_SOURCES = \ e-list.c \ e-list.h \ e-sexp.c \ - e-sexp.h + e-sexp.h \ + md5-utils.c \ + md5-utils.h libeutil_la_LIBADD = $(UNICODE_LIBS) |