blob: 971d3d22002de048d908d1aa803046932053c616 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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_CPPFLAGS = $(GF_CPPFLAGS) -DFUSE_UTIL -I$(CONTRIBDIR)/fuse-include
AM_CFLAGS = -Wall $(GF_CFLAGS)
install-exec-hook:
-chown root $(DESTDIR)$(bindir)/fusermount-glusterfs
chmod u+s $(DESTDIR)$(bindir)/fusermount-glusterfs
CLEANFILES =
|