From 63589ddee706ee5caf9691dcdf4d8c48b8f72287 Mon Sep 17 00:00:00 2001 From: stan Date: Thu, 28 Jul 2011 21:26:20 +0000 Subject: [PATCH] Don't include postprocessed config.php git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3487 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/includes/Makefile.am | 2 +- web/includes/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/includes/Makefile.am b/web/includes/Makefile.am index 31837eb96..005d60486 100644 --- a/web/includes/Makefile.am +++ b/web/includes/Makefile.am @@ -4,7 +4,7 @@ webdir = @WEB_PREFIX@/includes dist_web_DATA = \ actions.php \ - config.php \ + config.php.in \ database.php \ functions.php \ control_functions.php \ diff --git a/web/includes/Makefile.in b/web/includes/Makefile.in index 19653fc87..47eba6abe 100644 --- a/web/includes/Makefile.in +++ b/web/includes/Makefile.in @@ -209,7 +209,7 @@ AUTOMAKE_OPTIONS = gnu webdir = @WEB_PREFIX@/includes dist_web_DATA = \ actions.php \ - config.php \ + config.php.in \ database.php \ functions.php \ control_functions.php \