From 30ead3a5cf6405dab9d5eeac79ffe6a0e9d0aafd Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 24 Aug 2017 17:07:57 +0200 Subject: Dropped support for building with autotools It's just too much pain to keep it working. --- lib/Makefile.am | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 lib/Makefile.am (limited to 'lib') 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 -- cgit v1.2.3