15 lines
457 B
Makefile
Raw Permalink Normal View History

2009-08-11 18:26:11 -07:00
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
2009-08-11 18:26:11 -07:00
AM_CPPFLAGS = $(GF_CPPFLAGS) -DFUSE_UTIL -I$(CONTRIBDIR)/fuse-include -I$(CONTRIBDIR)/fuse-lib
AM_CFLAGS = -Wall $(GF_CFLAGS)
2009-08-11 18:26:11 -07:00
install-exec-hook:
-chown root $(DESTDIR)$(bindir)/fusermount-glusterfs
2009-08-11 18:26:11 -07:00
chmod u+s $(DESTDIR)$(bindir)/fusermount-glusterfs
CLEANFILES =