From a87e7cbff91de6884424fe0bb6ce959d36605d11 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sun, 4 Jul 1999 10:21:43 +0000 Subject: [PATCH] Fixety fix - Federico --- ChangeLog | 5 +++++ Makefile.in | 3 ++- vfs/ChangeLog | 1 + vfs/Make-mc.in | 2 ++ 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5ed5bcca3..f8f1d86b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-07-04 Federico Mena Quintero + + * Makefile.in (DISTMAIN): Added config.guess and config.sub to the + list of distributed files. + 1999-07-03 Federico Mena Quintero * configure.in (VERSION): Bumped version number to 4.5.34. diff --git a/Makefile.in b/Makefile.in index 129712869..696cfc1d6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,7 +19,8 @@ DISTMAIN = configure configure.in NEWS README INSTALL INSTALL.FAST \ config.h.in mc-aclocal.m4 aclocal.m4 acconfig.h \ VERSION mcfn_install.in Make.common.in README.PC \ mc.spec mc.spec.in Specfile README.QNX VERSION.in \ - mkinstalldirs autogen.sh ABOUT-NLS gettext.m4 + mkinstalldirs autogen.sh ABOUT-NLS gettext.m4 \ + config.guess config.sub all: @for dir in @INTLSUB@ ${codedirs} @POSUB@; do \ diff --git a/vfs/ChangeLog b/vfs/ChangeLog index 49388cd82..3a91e37ea 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -5,6 +5,7 @@ plain wildcards will not work right. (SAMBA_DIST_TOPLEVEL): Added configure to the list of distributed files. + Added smbfs.[ch] to the list of sources. 1999-07-02 Tuomas J. Lukka diff --git a/vfs/Make-mc.in b/vfs/Make-mc.in index ed1a03e25..6a23286d3 100644 --- a/vfs/Make-mc.in +++ b/vfs/Make-mc.in @@ -184,6 +184,7 @@ VFSSRCS = \ sfs.c \ shared_tar_ext.c \ shared_ftp_fish.c \ + smbfs.c \ tar.c \ tcputil.c \ undelfs.c \ @@ -198,6 +199,7 @@ VFSHDRS = \ ftpfs.h \ mcfs.h \ names.h \ + smbfs.h \ tar.h \ tcputil.h \ utilvfs.h \