diff options
| author | Raghavendra G <raghavendra@gluster.com> | 2009-09-14 13:25:25 +0000 |
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2009-09-14 23:33:08 -0700 |
| commit | 80969eaf4e2ef58c051d6679fb678172b26022bb (patch) | |
| tree | c7cf3b5e246e6f12fb82a0f5e4306c38277a07bf /xlators/performance/quick-read/src/Makefile.am | |
| parent | 62d30db76e118cb244c35b6acc15005474d77750 (diff) | |
backporting quick read to 2.0
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 238 (Backport quick-read to 2.0 release)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=238
Diffstat (limited to 'xlators/performance/quick-read/src/Makefile.am')
| -rw-r--r-- | xlators/performance/quick-read/src/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xlators/performance/quick-read/src/Makefile.am b/xlators/performance/quick-read/src/Makefile.am new file mode 100644 index 00000000000..644f27e3f74 --- /dev/null +++ b/xlators/performance/quick-read/src/Makefile.am @@ -0,0 +1,14 @@ +xlator_LTLIBRARIES = quick-read.la +xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/performance + +quick_read_la_LDFLAGS = -module -avoidversion + +quick_read_la_SOURCES = quick-read.c +quick_read_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la + +noinst_HEADERS = quick-read.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) + +CLEANFILES = |
