changeset 394:47337e04036f

2003-2-4 Brian Masney <masneyb@gftp.org> * lib/Makefile.am - added ftpcommon.h to noinst_HEADERS
author masneyb
date Thu, 05 Feb 2004 03:15:14 +0000
parents 02f08ebe095f
children ac1e7ac005d1
files ChangeLog lib/Makefile.am
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Feb 05 03:11:15 2004 +0000
+++ b/ChangeLog	Thu Feb 05 03:15:14 2004 +0000
@@ -1,3 +1,6 @@
+2003-2-4 Brian Masney <masneyb@gftp.org>
+	* lib/Makefile.am - added ftpcommon.h to noinst_HEADERS
+
 2003-2-3 Brian Masney <masneyb@gftp.org>
 	* lib/ftpcommon.h lib/ftps.c lib/rfc959.c - added pointers to
 	read/write functions to the rfc959_params structure for the data
@@ -2157,7 +2160,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.217 2004/02/04 02:20:29 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.218 2004/02/05 03:15:11 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/lib/Makefile.am	Thu Feb 05 03:11:15 2004 +0000
+++ b/lib/Makefile.am	Thu Feb 05 03:15:14 2004 +0000
@@ -4,4 +4,4 @@
 libgftp_a_SOURCES=bookmark.c cache.c config_file.c ftps.c https.c local.c misc.c \
                   protocols.c pty.c rfc959.c rfc2068.c sshv2.c sslcommon.c
 INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\"
-noinst_HEADERS=gftp.h httpcommon.h options.h
+noinst_HEADERS=gftp.h ftpcommon.h httpcommon.h options.h