aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-24 17:07:57 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-24 20:50:44 +0200
commit30ead3a5cf6405dab9d5eeac79ffe6a0e9d0aafd (patch)
tree5bffbe72317aacb3e8d6e4ac3ef4ced1585961fa /lib
parent937467b6a06b72ee44709541f71b614ca28fa870 (diff)
Dropped support for building with autotools
It's just too much pain to keep it working.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am43
1 files changed, 0 insertions, 43 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
deleted file mode 100644
index c90ec48..0000000
--- a/lib/Makefile.am
+++ /dev/null
@@ -1,43 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-AM_CPPFLAGS = -I$(top_srcdir)/include -DFUSERMOUNT_DIR=\"$(bindir)\" \
- -D_REENTRANT -DFUSE_USE_VERSION=32
-
-lib_LTLIBRARIES = libfuse3.la
-
-if BSD
-mount_source = mount_bsd.c
-else
-mount_source = mount.c mount_util.c mount_util.h
-endif
-
-if ICONV
-iconv_source = modules/iconv.c
-else
-iconv_source =
-endif
-
-libfuse3_la_SOURCES = \
- fuse.c \
- fuse_i.h \
- fuse_loop.c \
- fuse_loop_mt.c \
- fuse_lowlevel.c \
- fuse_misc.h \
- fuse_opt.c \
- fuse_signals.c \
- buffer.c \
- cuse_lowlevel.c \
- helper.c \
- modules/subdir.c \
- $(iconv_source) \
- $(mount_source)
-
-libfuse3_la_LDFLAGS = -pthread @libfuse_libs@ -version-number 3:1:1 \
- -Wl,--version-script,$(srcdir)/fuse_versionscript
-
-if NETBSD
-libfuse3_la_LIBADD = -lperfuse -lpuffs
-endif
-
-EXTRA_DIST = fuse_versionscript meson.build