From b4d166be42acd65d083a6e839f96989746b0ef46 Mon Sep 17 00:00:00 2001 From: shishir gowda Date: Thu, 11 Aug 2011 14:59:19 +0530 Subject: RO: fix read-only xlator support broken due to worm xlator fix Change-Id: I7234909eecdc6af1b8482465f19d0490fcba94ad BUG: 3166 Reviewed-on: http://review.gluster.com/210 Reviewed-by: Vijay Bellur Tested-by: Gluster Build System --- xlators/features/read-only/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/read-only') diff --git a/xlators/features/read-only/src/Makefile.am b/xlators/features/read-only/src/Makefile.am index 588d00cf48b..31ae4f34009 100644 --- a/xlators/features/read-only/src/Makefile.am +++ b/xlators/features/read-only/src/Makefile.am @@ -6,7 +6,7 @@ noinst_HEADERS = read-only-common.h read_only_la_LDFLAGS = -module -avoidversion -read_only_la_SOURCES = read-only.c +read_only_la_SOURCES = read-only.c read-only-common.c read_only_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la worm_la_LDFLAGS = -module -avoidversion -- cgit