changeset 1064:1577e4cfd569 HEAD

lib-settings was missing
author Timo Sirainen <tss@iki.fi>
date Fri, 31 Jan 2003 08:58:13 +0200
parents af288710044a
children 6cb5b50aea71
files src/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.am	Fri Jan 31 08:57:40 2003 +0200
+++ b/src/Makefile.am	Fri Jan 31 08:58:13 2003 +0200
@@ -2,4 +2,4 @@
 POP3D = pop3-login pop3
 endif
 
-SUBDIRS = lib lib-charset lib-mail lib-imap lib-index lib-storage auth master login-common imap-login imap $(POP3D)
+SUBDIRS = lib lib-settings lib-charset lib-mail lib-imap lib-index lib-storage auth master login-common imap-login imap $(POP3D)