diff options
| -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 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  | 
