diff options
author | Csaba Henk <csaba@gluster.com> | 2009-08-11 18:26:11 -0700 |
---|---|---|
committer | Csaba Henk <csaba@gluster.com> | 2009-08-12 06:26:31 -0700 |
commit | 901ba842cd6c42ff24e0539a1b8231b3e802e1ce (patch) | |
tree | f7dfe8eccefff0836a06c810fbfb69b3a31be4c8 /xlators/mount/fuse/src/Makefile.am | |
parent | fbb636390fe51dc6aa52ec7523a36b183434a28c (diff) |
bring in fusermount
Diffstat (limited to 'xlators/mount/fuse/src/Makefile.am')
-rw-r--r-- | xlators/mount/fuse/src/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xlators/mount/fuse/src/Makefile.am b/xlators/mount/fuse/src/Makefile.am index 0231e7be0b9..a4d1fd76064 100644 --- a/xlators/mount/fuse/src/Makefile.am +++ b/xlators/mount/fuse/src/Makefile.am @@ -1,6 +1,3 @@ - -CONTRIBDIR = $(top_srcdir)/contrib - noinst_HEADERS = $(CONTRIBDIR)/fuse-include/fuse_kernel.h xlator_LTLIBRARIES = fuse.la @@ -11,7 +8,7 @@ fuse_la_LDFLAGS = -module -avoidversion -shared -nostartfiles AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D$(GF_HOST_OS) -Wall \ -I$(top_srcdir)/libglusterfs/src -I$(CONTRIBDIR)/fuse-include \ - $(GF_CFLAGS) -DFUSE_USE_VERSION=26 + $(GF_CFLAGS) -DFUSERMOUNT_DIR=\"$(bindir)\" CLEANFILES = |