From a4d9ae4fdc39d2a20c25aa642d691b09e182c178 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Fri, 8 Dec 2017 14:38:10 +0100
Subject: [PATCH] fix manager.conf.in distribution

---
 conf/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/Makefile.am b/conf/Makefile.am
index 17045c5..16ddf8b 100644
--- a/conf/Makefile.am
+++ b/conf/Makefile.am
@@ -1,6 +1,6 @@
 noinst_DATA = manager.conf
 
-extra_DIST = manager.conf.in
+EXTRA_DIST = manager.conf.in
 
 manager.conf: Makefile manager.conf.in
 	sed \
-- 
GitLab