aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--e-util/ChangeLog4
-rw-r--r--e-util/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index fca9e37fbc..98b7a75de9 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,5 +1,9 @@
2001-09-30 Chris Toshok <toshok@ximian.com>
+ * Makefile.am (libeutil_la_SOURCES): add e-passwords.[ch]
+
+2001-09-30 Chris Toshok <toshok@ximian.com>
+
* e-passwords.c: copy/rename the mail specific password stuff
here.
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 \