* Makefile.am (EXTRA_DIST): Distribute files that the
BUILT_SOURCES depend on. (mad.c, mad.h): Don't use GNU make specific features in rule. (libvfs_la_SOURCES): Update from Make-mc.in.
Этот коммит содержится в:
родитель
b950fa1a36
Коммит
8366acf5cd
@ -1,3 +1,10 @@
|
|||||||
|
1998-12-02 Raja R Harinath <harinath@cs.umn.edu>
|
||||||
|
|
||||||
|
* Makefile.am (EXTRA_DIST): Distribute files that the
|
||||||
|
BUILT_SOURCES depend on.
|
||||||
|
(mad.c, mad.h): Don't use GNU make specific features in rule.
|
||||||
|
(libvfs_la_SOURCES): Update from Make-mc.in.
|
||||||
|
|
||||||
1998-12-02 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
1998-12-02 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||||
|
|
||||||
* direntry.c (vfs_s_insert_super): This routine does not return
|
* direntry.c (vfs_s_insert_super): This routine does not return
|
||||||
|
@ -15,16 +15,41 @@ libvfsincludedir=$(includedir)/vfs
|
|||||||
|
|
||||||
libvfsinclude_HEADERS=vfs.h
|
libvfsinclude_HEADERS=vfs.h
|
||||||
|
|
||||||
|
EXTRA_DIST = mc-src/mad.c mc-src/mad.h
|
||||||
|
|
||||||
mad.c: mc-src/mad.c
|
mad.c: mc-src/mad.c
|
||||||
$(LN_S) $< $@
|
$(LN_S) $(srcdir)/mc-src/mad.c mad.c
|
||||||
|
|
||||||
mad.h: mc-src/mad.h
|
mad.h: mc-src/mad.h
|
||||||
$(LN_S) $< $@
|
$(LN_S) $(srcdir)/mc-src/mad.h mad.h
|
||||||
|
|
||||||
libvfs_la_SOURCES = callback.h container.c direntry.c container.h extfs.c \
|
libvfs_la_SOURCES = \
|
||||||
extfs.h ftpfs.c ftpfs.h fish.c fish.h local.c mad.c mad.h mcfs.c mcfs.h \
|
container.c \
|
||||||
mcserv.c names.c names.h shared_ftp_fish.c shared_tar_ext.c tar.c tar.h \
|
direntry.c \
|
||||||
sfs.c tcputil.c tcputil.h undelfs.c undelfs.h util-alone.c util-alone.h \
|
extfs.c \
|
||||||
utilvfs.c vfs.c vfs.h xdirentry.h
|
fish.c \
|
||||||
|
ftpfs.c \
|
||||||
|
local.c \
|
||||||
|
mcfs.c \
|
||||||
|
mcserv.c \
|
||||||
|
names.c \
|
||||||
|
sfs.c \
|
||||||
|
shared_ftp_fish.c \
|
||||||
|
shared_tar_ext.c \
|
||||||
|
tar.c \
|
||||||
|
tcputil.c \
|
||||||
|
undelfs.c \
|
||||||
|
utilvfs.c \
|
||||||
|
vfs.c \
|
||||||
|
container.h \
|
||||||
|
extfs.h \
|
||||||
|
fish.h \
|
||||||
|
ftpfs.h \
|
||||||
|
mcfs.h \
|
||||||
|
names.h \
|
||||||
|
tar.h \
|
||||||
|
tcputil.h \
|
||||||
|
vfs.h \
|
||||||
|
xdirentry.h
|
||||||
|
|
||||||
libvfs_la_LDFLAGS = -version-info 27:0:27
|
libvfs_la_LDFLAGS = -version-info 27:0:27
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user