summaryrefslogtreecommitdiffstats
path: root/contrib/fuse-util/Makefile.am
blob: 06b6cb6da7211ae9bbfba8c3cd8186e1f23c200d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
bin_PROGRAMS = fusermount-glusterfs

fusermount_glusterfs_SOURCES = fusermount.c $(CONTRIBDIR)/fuse-lib/mount.c
noinst_HEADERS = mount_util.h

AM_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -DFUSE_UTIL $(GF_CFLAGS)

install-exec-hook:
	chown root $(DESTDIR)$(bindir)/fusermount-glusterfs
	chmod u+s $(DESTDIR)$(bindir)/fusermount-glusterfs

CLEANFILES =