From: Yehuda Sadeh Date: Sat, 12 Mar 2016 00:27:32 +0000 (-0800) Subject: rgw/Makefile.am: add a missing .h file X-Git-Tag: v10.1.0~124^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e93778c3673ec99bfa9ecb480a1fccc6d51b9f21;p=ceph.git rgw/Makefile.am: add a missing .h file Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/Makefile.am b/src/rgw/Makefile.am index fbc335171a40..b65fe1974ddd 100644 --- a/src/rgw/Makefile.am +++ b/src/rgw/Makefile.am @@ -195,6 +195,7 @@ noinst_HEADERS += \ rgw/rgw_file.h \ rgw/rgw_formats.h \ rgw/rgw_http_errors.h \ + rgw/rgw_ldap.h \ rgw/rgw_lib.h \ rgw/rgw_lib_frontend.h \ rgw/rgw_log.h \