aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2013-07-25 17:58:48 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2013-07-25 17:58:48 +0200
commit3c3f03b81f3027ef0a25bd790605265b384b93c1 (patch)
treebf3dd9c26414cb7f97f090cbc2a61062824566b2 /lib/Makefile.am
parent0cb2db32e73cb06716ea797374c42e99d782643b (diff)
downloadlibfuse-3c3f03b81f3027ef0a25bd790605265b384b93c1.tar.gz
ulockmgr: strip ulockmgr support from this source package
Distribute ulockmgr separately. It is not needed for the building of libfuse, only fusexmp_fh. Check ulockmgr library in ./configure and if not disable remote-lock suport in fusexmp_fh.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index eab9382..2ad0f15 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -3,7 +3,7 @@
AM_CPPFLAGS = -I$(top_srcdir)/include -DFUSERMOUNT_DIR=\"$(bindir)\" \
-D_REENTRANT -DFUSE_USE_VERSION=30
-lib_LTLIBRARIES = libfuse3.la libulockmgr.la
+lib_LTLIBRARIES = libfuse3.la
if BSD
mount_source = mount_bsd.c
@@ -42,7 +42,4 @@ if NETBSD
libfuse3_la_LIBADD = -lperfuse -lpuffs
endif
-libulockmgr_la_SOURCES = ulockmgr.c
-libulockmgr_la_LDFLAGS = -pthread -version-number 1:0:1
-
EXTRA_DIST = fuse_versionscript