summaryrefslogtreecommitdiffstats
path: root/contrib/fuse-util/Makefile.am
blob: a72e3832b16b89dadd800ae629af7f779908ca87 (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) -D_GNU_SOURCE

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

CLEANFILES =