359eee148b
Change-Id: Id25e688d3dbecb74d820388faec5ee5041f21630 BUG: 3797 Reviewed-on: http://review.gluster.com/714 Reviewed-by: Anand Avati <avati@gluster.com> Tested-by: Gluster Build System <jenkins@build.gluster.com>
13 lines
363 B
Makefile
13 lines
363 B
Makefile
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 =
|