From 5502ead3804695e6e1edc48fd17e2b3fe7241131 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Wed, 8 Apr 2015 14:46:33 +0530 Subject: features/bitrot-stub: header file update in noinst_HEADERS Missing "bit-rot-object-version.h" causing devrpm failures. Change-Id: I5af326c5871cc468a10dece4772b29eda06c4fa9 BUG: 1170075 Signed-off-by: Venky Shankar Reviewed-on: http://review.gluster.org/10160 Reviewed-by: Raghavendra Bhat Tested-by: Vijay Bellur --- xlators/features/bit-rot/src/stub/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xlators/features') diff --git a/xlators/features/bit-rot/src/stub/Makefile.am b/xlators/features/bit-rot/src/stub/Makefile.am index ec6b1ef4506..579dd1c02b6 100644 --- a/xlators/features/bit-rot/src/stub/Makefile.am +++ b/xlators/features/bit-rot/src/stub/Makefile.am @@ -6,7 +6,8 @@ bitrot_stub_la_LDFLAGS = -module -avoid-version bitrot_stub_la_SOURCES = bit-rot-stub.c bitrot_stub_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la -noinst_HEADERS = bit-rot-stub.h bit-rot-common.h bit-rot-stub-mem-types.h +noinst_HEADERS = bit-rot-stub.h bit-rot-common.h bit-rot-stub-mem-types.h \ + bit-rot-object-version.h AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src -- cgit