From 1a2bed1ef1121f5e3473486f993908671408116a Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Tue, 14 Jan 2014 18:25:35 -0800 Subject: [PATCH] civetweb: add include to makefile Signed-off-by: Yehuda Sadeh --- src/rgw/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/rgw/Makefile.am b/src/rgw/Makefile.am index 99a78b323a5..d704e615281 100644 --- a/src/rgw/Makefile.am +++ b/src/rgw/Makefile.am @@ -156,5 +156,7 @@ noinst_HEADERS += \ rgw/rgw_bucket.h \ rgw/rgw_keystone.h \ rgw/rgw_civetweb.h \ - civetweb/civetweb.h + civetweb/civetweb.h \ + civetweb/include/civetweb.h \ + civetweb/include/md5.inl -- 2.47.3