diff options
Diffstat (limited to 'xlators/storage/posix')
| -rw-r--r-- | xlators/storage/posix/src/Makefile.am | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/xlators/storage/posix/src/Makefile.am b/xlators/storage/posix/src/Makefile.am index 4e3fd3dd09e..47e64b0eac3 100644 --- a/xlators/storage/posix/src/Makefile.am +++ b/xlators/storage/posix/src/Makefile.am @@ -6,14 +6,14 @@ posix_la_LDFLAGS = -module $(GF_XLATOR_DEFAULT_LDFLAGS)  posix_la_SOURCES = posix.c posix-helpers.c posix-handle.c posix-aio.c  posix_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la $(LIBAIO) \ -                  $(ACL_LIBS) +	$(ACL_LIBS)  noinst_HEADERS = posix.h posix-mem-types.h posix-handle.h posix-aio.h \ -		 posix-messages.h +	posix-messages.h  AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \ -            -I$(top_srcdir)/rpc/xdr/src \ -            -I$(top_srcdir)/rpc/rpc-lib/src +	-I$(top_srcdir)/rpc/xdr/src -I$(top_builddir)/rpc/xdr/src \ +	-I$(top_srcdir)/rpc/rpc-lib/src  AM_CFLAGS = -fno-strict-aliasing -Wall $(GF_CFLAGS)  | 
