From 1e2ecf094795c393d8b5db97e3bc7adcdedbbc8a Mon Sep 17 00:00:00 2001 From: stan Date: Mon, 28 Sep 2009 13:35:23 +0000 Subject: [PATCH] Updated Makefiles git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2957 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/includes/Makefile.in | 1 + web/skins/mobile/includes/Makefile.in | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web/includes/Makefile.in b/web/includes/Makefile.in index 6b9c68785..c89b0bbc6 100644 --- a/web/includes/Makefile.in +++ b/web/includes/Makefile.in @@ -183,6 +183,7 @@ dist_web_DATA = \ config.php \ database.php \ functions.php \ + control_functions.php \ lang.php all: all-am diff --git a/web/skins/mobile/includes/Makefile.in b/web/skins/mobile/includes/Makefile.in index b4e16ec7e..a7c4c2df8 100644 --- a/web/skins/mobile/includes/Makefile.in +++ b/web/skins/mobile/includes/Makefile.in @@ -181,7 +181,8 @@ webdir = @WEB_PREFIX@/skins/mobile/includes dist_web_DATA = \ init.php \ config.php \ - functions.php + functions.php \ + control_functions.php all: all-am