From d918b28cf3df2826656fef868f1825f4e6c45723 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 27 May 2009 17:46:29 +0000 Subject: stripe cleanup stripe.c: indentation cleanup log messages cleanup coding standard guidelines removed ERR_ABORTs stripe.h moved the structure definitions here Signed-off-by: Anand V. Avati --- xlators/cluster/stripe/src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xlators/cluster/stripe/src/Makefile.am') diff --git a/xlators/cluster/stripe/src/Makefile.am b/xlators/cluster/stripe/src/Makefile.am index 60e0a156876..180d0da1f3c 100644 --- a/xlators/cluster/stripe/src/Makefile.am +++ b/xlators/cluster/stripe/src/Makefile.am @@ -7,6 +7,8 @@ stripe_la_LDFLAGS = -module -avoidversion stripe_la_SOURCES = stripe.c stripe_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la +noinst_HEADERS = stripe.h + AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\ -I$(top_srcdir)/libglusterfs/src -shared -nostartfiles $(GF_CFLAGS) -- cgit