diff options
author | Mohamed Ashiq <ashiq333@gmail.com> | 2015-05-18 12:15:07 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2015-06-09 01:53:18 -0700 |
commit | a2a370db6db80e9365d0777701786ce706957f42 (patch) | |
tree | 5619d99e00e20cfa02fc7ff762bcbe736f6d6c4c /libglusterfs/src/Makefile.am | |
parent | 31866a490edf5b92886accac67eddf78b291d710 (diff) |
libglusterfs: Introducing new logging message
Change-Id: I137f1b7805895810b8e6f0a70a183782bf472bf5
BUG: 1194640
Signed-off-by: Mohamed Ashiq <ashiq333@gmail.com>
Reviewed-on: http://review.gluster.org/9898
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'libglusterfs/src/Makefile.am')
-rw-r--r-- | libglusterfs/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/Makefile.am b/libglusterfs/src/Makefile.am index 929923b0953..c0e193f2715 100644 --- a/libglusterfs/src/Makefile.am +++ b/libglusterfs/src/Makefile.am @@ -44,6 +44,7 @@ noinst_HEADERS = common-utils.h defaults.h dict.h glusterfs.h hashfn.h timespec. run.h options.h lkowner.h fd-lk.h circ-buff.h event-history.h \ gidcache.h client_t.h glusterfs-acl.h glfs-message-id.h \ template-component-messages.h strfd.h syncop-utils.h parse-utils.h \ + libglusterfs-messages.h \ $(CONTRIBDIR)/mount/mntent_compat.h lvm-defaults.h \ $(CONTRIBDIR)/libexecinfo/execinfo_compat.h \ unittest/unittest.h quota-common-utils.h rot-buffs.h \ |