From 2491a3506ce2ccfd37d03a1a7973b9fb6bfd2d2d Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Sun, 30 Sep 2001 06:07:18 +0000 Subject: add e-passwords.[ch] 2001-09-30 Chris Toshok * Makefile.am (libeutil_la_SOURCES): add e-passwords.[ch] svn path=/trunk/; revision=13253 --- e-util/ChangeLog | 4 ++++ e-util/Makefile.am | 2 ++ 2 files changed, 6 insertions(+) (limited to 'e-util') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index fca9e37fbc..98b7a75de9 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2001-09-30 Chris Toshok + + * Makefile.am (libeutil_la_SOURCES): add e-passwords.[ch] + 2001-09-30 Chris Toshok * e-passwords.c: copy/rename the mail specific password stuff diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 3ced0ed128..04e780e120 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -50,6 +50,8 @@ libeutil_la_SOURCES = \ e-mktemp.h \ e-msgport.c \ e-msgport.h \ + e-passwords.c \ + e-passwords.h \ e-path.c \ e-path.h \ e-request.c \ -- cgit