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