From e03f409c7ee1285e39a1a5b44efef37912c0525e Mon Sep 17 00:00:00 2001
From: Francesco Giacomini <giaco at cnaf dot infn dot it>
Date: Sat, 24 Feb 2018 18:06:20 +0100
Subject: [PATCH] source file is in src

---
 config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config b/config
index 787fcf5..5fa5013 100644
--- a/config
+++ b/config
@@ -1,7 +1,7 @@
 ngx_module_type=HTTP
 ngx_addon_name=voms
 ngx_module_name=ngx_http_voms_module
-ngx_module_srcs="$ngx_addon_dir/ngx_http_voms_module.cpp"
+ngx_module_srcs="$ngx_addon_dir/src/ngx_http_voms_module.cpp"
 ngx_module_libs="-lvomsapi -lstdc++"
 
 . auto/module
-- 
GitLab