From 2844732b6f0adefdfe6f12d155905931ae1ad8ad Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 1 Apr 2016 15:11:40 -0400 Subject: [PATCH] Add missing JavaScript lib to makefile --- UI/WebServerResources/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/WebServerResources/GNUmakefile b/UI/WebServerResources/GNUmakefile index a557ddb89..73f19e719 100644 --- a/UI/WebServerResources/GNUmakefile +++ b/UI/WebServerResources/GNUmakefile @@ -4,7 +4,7 @@ include ../common.make WEBSERVER_RESOURCE_DIRS = css fonts img js JS_FILES = js/Administration.* js/Common.* js/Contacts.* js/Mailer.* js/Main.* js/Preferences.* js/Scheduler.* css/styles.* -JS_LIB_FILES = js/vendor/angular-animate.* js/vendor/angular-aria.* js/vendor/angular-file-upload.min.js js/vendor/ng-sortable.* js/vendor/angular-material.* js/vendor/angular-sanitize.* js/vendor/angular-ui-router.* js/vendor/angular.* js/vendor/lodash.* +JS_LIB_FILES = js/vendor/angular-animate.* js/vendor/angular-aria.* js/vendor/angular-messages.* js/vendor/angular-file-upload.min.js js/vendor/ng-sortable.* js/vendor/angular-material.* js/vendor/angular-sanitize.* js/vendor/angular-ui-router.* js/vendor/angular.* js/vendor/lodash.* CSS_FILES = css/styles.css css/styles.css.map .DEFAULT_GOAL := all