From 2aee1d44f4125eaf33f9090b55b91b7d0965095d Mon Sep 17 00:00:00 2001 From: Jeff Darcy Date: Thu, 31 Mar 2016 17:15:14 -0400 Subject: locks: fix build breakage from missing pl-messages.h Change-Id: I0f8af57dd96226b1e7a8a39237a82ce1cdd48be6 Signed-off-by: Jeff Darcy Reviewed-on: http://review.gluster.org/13876 Smoke: Gluster Build System CentOS-regression: Gluster Build System NetBSD-regression: NetBSD Build System --- xlators/features/locks/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features') diff --git a/xlators/features/locks/src/Makefile.am b/xlators/features/locks/src/Makefile.am index 8e67bebbfa4..a3b3855fb9b 100644 --- a/xlators/features/locks/src/Makefile.am +++ b/xlators/features/locks/src/Makefile.am @@ -7,7 +7,7 @@ locks_la_SOURCES = common.c posix.c entrylk.c inodelk.c reservelk.c \ clear.c locks_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la -noinst_HEADERS = locks.h common.h locks-mem-types.h clear.h +noinst_HEADERS = locks.h common.h locks-mem-types.h clear.h pl-messages.h AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src -- cgit