changeset 1094:c1e099b65be0 HEAD

Missing headers
author Timo Sirainen <tss@iki.fi>
date Tue, 04 Feb 2003 05:25:44 +0200
parents b46e3ca71d66
children 714661dacead
files src/imap-login/Makefile.am src/pop3-login/Makefile.am
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/imap-login/Makefile.am	Tue Feb 04 05:24:47 2003 +0200
+++ b/src/imap-login/Makefile.am	Tue Feb 04 05:25:44 2003 +0200
@@ -19,4 +19,5 @@
 
 noinst_HEADERS = \
 	common.h \
-	client.h
+	client.h \
+	client-authenticate.h
--- a/src/pop3-login/Makefile.am	Tue Feb 04 05:24:47 2003 +0200
+++ b/src/pop3-login/Makefile.am	Tue Feb 04 05:25:44 2003 +0200
@@ -17,4 +17,5 @@
 
 noinst_HEADERS = \
 	common.h \
-	client.h
+	client.h \
+	client-authenticate.h