mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
Fixety fix - Federico
This commit is contained in:
parent
dd93c76913
commit
a87e7cbff9
@ -1,3 +1,8 @@
|
||||
1999-07-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* Makefile.in (DISTMAIN): Added config.guess and config.sub to the
|
||||
list of distributed files.
|
||||
|
||||
1999-07-03 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* configure.in (VERSION): Bumped version number to 4.5.34.
|
||||
|
@ -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 \
|
||||
|
@ -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 <lukka@iki.fi>
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user