From: Yehuda Sadeh Date: Wed, 17 Apr 2013 18:21:56 +0000 (-0700) Subject: Makefile.am: add missing header file X-Git-Tag: v0.67-rc1~128^2~155 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2983d987ef68efeec05552b5669401b28360b55c;p=ceph.git Makefile.am: add missing header file Signed-off-by: Yehuda Sadeh --- diff --git a/src/Makefile.am b/src/Makefile.am index 933afe6df64..523bb8ccccc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1623,6 +1623,7 @@ noinst_HEADERS = \ cls/version/cls_version_client.h\ cls/log/cls_log_types.h\ cls/log/cls_log_ops.h\ + cls/log/cls_log_client.h\ cls/rgw/cls_rgw_client.h\ cls/rgw/cls_rgw_ops.h\ cls/rgw/cls_rgw_types.h\