From f088cad616fa88334be1b2db80801077baea0167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Sun, 26 Feb 2017 20:52:53 +0000 Subject: [PATCH] added configuration.php.in to distribution --- html/makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/makefile.am b/html/makefile.am index 5e9e49c..49b9ac6 100644 --- a/html/makefile.am +++ b/html/makefile.am @@ -8,9 +8,9 @@ ## 1 2 3 4 5 6 7 8 ## 45678901234567890123456789012345678901234567890123456789012345678901234567890 -EXTRA_DIST = ${www_DATA} +EXTRA_DIST = configuration.php.in wwwdir = ${pkgdatadir}/html -www_DATA = folder.png .htaccess index.php +dist_www_DATA = folder.png .htaccess index.php MAINTAINERCLEANFILES = makefile.in