diff options
author | Krutika Dhananjay <kdhananj@redhat.com> | 2015-09-21 16:57:07 +0530 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2015-09-27 23:08:36 -0700 |
commit | 0428a0acf7cfeef6a92065eeca2b8904b0f8a132 (patch) | |
tree | 79bc2b1222cf5420edad48e5078de2d097bae408 /xlators/features/shard/src/Makefile.am | |
parent | 1d82db506d1cd5b20d14820d89033de2e4a14210 (diff) |
features/shard: Port log messages to new framework
Change-Id: Iac01e6a89a0d0c37a12a5e47f17f7ced85a31590
BUG: 1265516
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Reviewed-on: http://review.gluster.org/12217
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'xlators/features/shard/src/Makefile.am')
-rw-r--r-- | xlators/features/shard/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/shard/src/Makefile.am b/xlators/features/shard/src/Makefile.am index 327ef15060e..3569eb69afa 100644 --- a/xlators/features/shard/src/Makefile.am +++ b/xlators/features/shard/src/Makefile.am @@ -7,7 +7,7 @@ shard_la_SOURCES = shard.c shard_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la -noinst_HEADERS = shard.h shard-mem-types.h +noinst_HEADERS = shard.h shard-mem-types.h shard-messages.h AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src |