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

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

AM_CFLAGS = -Wall $(GF_CPPFLAGS) -DFUSE_UTIL $(GF_CFLAGS) -I$(CONTRIBDIR)/fuse-include

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

CLEANFILES =