fuse: move libfuse derived code over under contrib/
[obnox/glusterfs.git] / xlators / mount / fuse / src / Makefile.am
1
2 CONTRIBDIR =  $(top_srcdir)/contrib
3
4 noinst_HEADERS = $(CONTRIBDIR)/fuse-include/fuse_kernel.h
5
6 xlator_LTLIBRARIES = fuse.la
7 xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/mount
8 fuse_la_SOURCES = fuse-bridge.c $(CONTRIBDIR)/fuse-lib/misc.c
9 fuse_la_LDFLAGS = -module -avoidversion -shared -nostartfiles
10
11 AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D$(GF_HOST_OS) -Wall \
12         -I$(top_srcdir)/libglusterfs/src -I$(CONTRIBDIR)/fuse-include \
13         $(GF_CFLAGS) -DFUSE_USE_VERSION=26
14
15
16 CLEANFILES = 
17