diff options
author | Mohamed Ashiq <ashiq333@gmail.com> | 2015-05-27 15:20:59 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2015-06-10 01:58:01 -0700 |
commit | 00f9a61fe8884062c141edd662424625d349a377 (patch) | |
tree | dc3cfe0975d5517f9257574ad8b799d14ac0ee86 /libglusterfs/src/Makefile.am | |
parent | 2847b03a38515a625e36d52c7e0a1d37107d72ba (diff) |
changetimerecorder : Porting to new logging framework
Change-Id: I66e7ccc5e62482c3ecf0aab302568e6c9ecdc05d
BUG: 1194640
Signed-off-by: Mohamed Ashiq <ashiq333@gmail.com>
Reviewed-on: http://review.gluster.org/10938
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Joseph Fernandes
Diffstat (limited to 'libglusterfs/src/Makefile.am')
-rw-r--r-- | libglusterfs/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/Makefile.am b/libglusterfs/src/Makefile.am index c0e193f2715..8a13305ea03 100644 --- a/libglusterfs/src/Makefile.am +++ b/libglusterfs/src/Makefile.am @@ -44,7 +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 \ + libglusterfs-messages.h ctr-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 \ |