diff options
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index ef5a012da7..4a1b42d9dc 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -36,6 +36,7 @@ eutilinclude_HEADERS = \ e-memory.h \ e-mktemp.h \ e-msgport.h \ + e-passwords.h \ e-path.h \ e-proxy.h \ e-request.h \ @@ -64,6 +65,7 @@ libeutil_la_SOURCES = \ e-memory.c \ e-mktemp.c \ e-msgport.c \ + e-passwords.c \ e-path.c \ e-proxy.c \ e-request.c \ |