Skip to content

Commit 466a1ad

Browse files
Merge branch 'gluster:devel' into misuse_of_ctype_h_4397
2 parents 9c67f3f + c440132 commit 466a1ad

File tree

16 files changed

+30
-1
lines changed

16 files changed

+30
-1
lines changed

api/examples/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
AUTOMAKE_OPTIONS = subdir-objects
2+
13
# The bits needed for glfsxmp
24
EXTRA_PROGRAMS = glfsxmp
35
glfsxmp_SOURCES = glfsxmp.c

contrib/fuse-util/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
AUTOMAKE_OPTIONS = subdir-objects
2+
13
bin_PROGRAMS = fusermount-glusterfs
24

35
fusermount_glusterfs_SOURCES = fusermount.c mount_util.c $(CONTRIBDIR)/fuse-lib/mount-common.c

libglusterfs/src/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
AUTOMAKE_OPTIONS = subdir-objects
2+
13
noinst_PYTHON = generator.py gen-defaults.py $(top_srcdir)/events/eventskeygen.py
24

35
libglusterfs_la_CFLAGS = $(GF_CFLAGS) $(GF_DARWIN_LIBGLUSTERFS_CFLAGS) \

xlators/cluster/afr/src/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
AUTOMAKE_OPTIONS = subdir-objects
2+
13
xlator_LTLIBRARIES = afr.la
24
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/cluster
35

xlators/cluster/dht/src/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
AUTOMAKE_OPTIONS = subdir-objects
2+
13
xlator_LTLIBRARIES = dht.la nufa.la switch.la
24

35
AM_CFLAGS = -Wall $(GF_CFLAGS)

xlators/cluster/ec/src/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
AUTOMAKE_OPTIONS = subdir-objects
2+
13
xlator_LTLIBRARIES = ec.la
24
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/cluster
35

xlators/cluster/ec/src/ec.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,6 @@ ec_handle_readmask(call_frame_t *frame, xlator_t *this, loc_t *loc,
12881288
dict_t *dict, int32_t flags, dict_t *xdata)
12891289
{
12901290
ec_t *ec = this->private;
1291-
data_t *dict_data = NULL;
12921291
char *read_mask_str = NULL;
12931292
int32_t op_ret = -1;
12941293
int32_t op_errno = EINVAL;

xlators/features/changelog/lib/src/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
AUTOMAKE_OPTIONS = subdir-objects
2+
13
libgfchangelog_la_CFLAGS = -Wall $(GF_CFLAGS) $(GF_DARWIN_LIBGLUSTERFS_CFLAGS) \
24
-DDATADIR=\"$(localstatedir)\"
35

xlators/features/changelog/src/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
AUTOMAKE_OPTIONS = subdir-objects
2+
13
xlator_LTLIBRARIES = changelog.la
24

35
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features

xlators/features/cloudsync/src/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
AUTOMAKE_OPTIONS = subdir-objects
2+
13
SUBDIRS = cloudsync-plugins
24

35
xlator_LTLIBRARIES = cloudsync.la

0 commit comments

Comments
 (0)