summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks/src
diff options
context:
space:
mode:
authorJeff Darcy <jdarcy@redhat.com>2016-03-31 17:15:14 -0400
committerJeff Darcy <jdarcy@redhat.com>2016-04-01 07:19:41 -0700
commit2aee1d44f4125eaf33f9090b55b91b7d0965095d (patch)
treedf9944e29c62b18a1da9a5afe5179dbf002764a4 /xlators/features/locks/src
parent279c8e42ffe61d2906009a305aec3e218c058d0e (diff)
locks: fix build breakage from missing pl-messages.h
Change-Id: I0f8af57dd96226b1e7a8a39237a82ce1cdd48be6 Signed-off-by: Jeff Darcy <jdarcy@redhat.com> Reviewed-on: http://review.gluster.org/13876 Smoke: Gluster Build System <jenkins@build.gluster.com> CentOS-regression: Gluster Build System <jenkins@build.gluster.com> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Diffstat (limited to 'xlators/features/locks/src')
-rw-r--r--xlators/features/locks/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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