From fb2f25cfbc26cd61370742d2453db63185194982 Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Sun, 28 Jun 2015 13:45:31 +0530 Subject: feature/performace: Fix broken build Fix the build broken because of patch http://review.gluster.org/#/c/9822/ Change-Id: I0ee502c0fad5be87186c80ab4729036f52f85fa3 BUG: 1194640 Signed-off-by: Kotresh HR Reviewed-on: http://review.gluster.org/11451 Reviewed-by: Niels de Vos Tested-by: Niels de Vos --- xlators/performance/open-behind/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/performance/open-behind') diff --git a/xlators/performance/open-behind/src/Makefile.am b/xlators/performance/open-behind/src/Makefile.am index 12528570783..eb6dfb105f9 100644 --- a/xlators/performance/open-behind/src/Makefile.am +++ b/xlators/performance/open-behind/src/Makefile.am @@ -6,7 +6,7 @@ open_behind_la_LDFLAGS = -module -avoid-version open_behind_la_SOURCES = open-behind.c open_behind_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la -noinst_HEADERS = open-behind-mem-types.h +noinst_HEADERS = open-behind-mem-types.h open-behind-messages.h AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src -- cgit