* main.c (handle_args): Don't call mc_get_current_wd().
[midnight-commander.git] / vfs / Make-alone.am
blob7776c8b13cfd8f9b92dc2e9552f317a8037a810a
1 ## Process this file with automake to produce Makefile.in.
3 ## FIXME: this is not nearly finished.  It is pointless to try to use
4 ## it without fixing it, and libvfs, first.  Feel free!
7 ## This file is used only by the Gnome libvfs build.  If you make
8 ## changes here, they must be synchronized with Make-mc.in.
10 lib_LTLIBRARIES = libvfs.la
12 BUILT_SOURCES = mad.c mad.h
14 libvfsincludedir=$(includedir)/vfs
16 libvfsinclude_HEADERS=vfs.h
18 EXTRA_DIST = mc-src/mad.c mc-src/mad.h
20 mad.c: mc-src/mad.c
21         $(LN_S) $(srcdir)/mc-src/mad.c mad.c
23 mad.h: mc-src/mad.h
24         $(LN_S) $(srcdir)/mc-src/mad.h mad.h
26 libvfs_la_SOURCES = \
27         container.c             \
28         direntry.c              \
29         extfs.c                 \
30         fish.c                  \
31         ftpfs.c                 \
32         local.c                 \
33         mcfs.c                  \
34         mcserv.c                \
35         names.c                 \
36         sfs.c                   \
37         shared_tar_ext.c        \
38         tar.c                   \
39         tcputil.c               \
40         undelfs.c               \
41         utilvfs.c               \
42         utilvfs.h               \
43         vfs.c                   \
44         container.h             \
45         extfs.h                 \
46         fish.h                  \
47         ftpfs.h                 \
48         mcfs.h                  \
49         names.h                 \
50         tar.h                   \
51         tcputil.h               \
52         vfs.h                   \
53         xdirentry.h
55 libvfs_la_LDFLAGS = -version-info 27:0:27
57 SUBDIRS = extfs