* POTFILES.in: add gnome/gcustom-layout.c file
[midnight-commander.git] / vfs / Makefile.am
blobd10e4b4281119d37018012eb876c492080586f06
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_ftp_fish.c       \
38         shared_tar_ext.c        \
39         tar.c                   \
40         tcputil.c               \
41         undelfs.c               \
42         utilvfs.c               \
43         utilvfs.h               \
44         vfs.c                   \
45         container.h             \
46         extfs.h                 \
47         fish.h                  \
48         ftpfs.h                 \
49         mcfs.h                  \
50         names.h                 \
51         tar.h                   \
52         tcputil.h               \
53         vfs.h                   \
54         xdirentry.h
56 libvfs_la_LDFLAGS = -version-info 27:0:27