Corrected a misdeleted row that created a crash on f1-f1 key pressing...
[midnight-commander.git] / vfs / Make-alone.am
blob3d397a54673a5680b1a971aa4b5f31c232149469
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 libvfsincludedir=$(includedir)/vfs
14 libvfsinclude_HEADERS=vfs.h
16 libvfs_la_SOURCES = \
17         container.c             \
18         direntry.c              \
19         extfs.c                 \
20         fish.c                  \
21         ftpfs.c                 \
22         local.c                 \
23         mcfs.c                  \
24         mcserv.c                \
25         names.c                 \
26         sfs.c                   \
27         shared_tar_ext.c        \
28         tar.c                   \
29         tcputil.c               \
30         undelfs.c               \
31         utilvfs.c               \
32         utilvfs.h               \
33         vfs.c                   \
34         container.h             \
35         extfs.h                 \
36         fish.h                  \
37         ftpfs.h                 \
38         mcfs.h                  \
39         names.h                 \
40         tar.h                   \
41         tcputil.h               \
42         vfs.h                   \
43         xdirentry.h
45 libvfs_la_LDFLAGS = -version-info 27:0:27
47 SUBDIRS = extfs