From a8ba32db649c26e41e9f591aad791768249b358f Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 16 Sep 2015 14:51:59 -0400 Subject: [PATCH] add Server.php to autoconf build --- web/includes/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/web/includes/Makefile.am b/web/includes/Makefile.am index 93fe65380..7943e32d1 100644 --- a/web/includes/Makefile.am +++ b/web/includes/Makefile.am @@ -6,6 +6,7 @@ web_DATA = \ config.php dist_web_DATA = \ + Server.php \ actions.php \ database.php \ functions.php \