From: Yehuda Sadeh Date: Wed, 15 Jan 2014 18:09:03 +0000 (-0800) Subject: civetweb: md5.inl -> md5.h X-Git-Tag: v0.78~274^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bd089b127c33059e6f6539bd205e50076b65a492;p=ceph.git civetweb: md5.inl -> md5.h Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/Makefile.am b/src/rgw/Makefile.am index d704e6152811..6a81e20ef8d0 100644 --- a/src/rgw/Makefile.am +++ b/src/rgw/Makefile.am @@ -158,5 +158,5 @@ noinst_HEADERS += \ rgw/rgw_civetweb.h \ civetweb/civetweb.h \ civetweb/include/civetweb.h \ - civetweb/include/md5.inl + civetweb/src/md5.h