From 1a15248382e53e5c04cb6235144001d697f6b09b Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 24 Mar 2010 04:04:02 +0000 Subject: new 'features/read-only' module added Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 712 (mount.glusterfs script doesn't handle 'ro' option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=712 --- xlators/features/read-only/src/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 xlators/features/read-only/src/Makefile.am (limited to 'xlators/features/read-only/src/Makefile.am') diff --git a/xlators/features/read-only/src/Makefile.am b/xlators/features/read-only/src/Makefile.am new file mode 100644 index 00000000000..15f49966ff7 --- /dev/null +++ b/xlators/features/read-only/src/Makefile.am @@ -0,0 +1,13 @@ +xlator_LTLIBRARIES = read-only.la +xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features + +read_only_la_LDFLAGS = -module -avoidversion + +read_only_la_SOURCES = read-only.c +read_only_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la + +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) + +CLEANFILES = + -- cgit