diff options
author | shishir gowda <shishirng@gluster.com> | 2011-08-11 14:59:19 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2011-08-11 02:37:22 -0700 |
commit | b4d166be42acd65d083a6e839f96989746b0ef46 (patch) | |
tree | cd060d2d14d8b1c77cb1458032d451cdf40d9fac /xlators | |
parent | 86999525240983dcbd3fe66eb40a0947730c695c (diff) |
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 <vijay@gluster.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/features/read-only/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/read-only/src/Makefile.am b/xlators/features/read-only/src/Makefile.am index 588d00cf4..31ae4f340 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 |