From 060e9f678d3dcb1a7a7a03988e6b25de99ff02d3 Mon Sep 17 00:00:00 2001 From: feiga Date: Tue, 1 Nov 2016 20:36:24 +0800 Subject: [PATCH] Update Makefile for the new added ASGDHelper.cpp file --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fd310637f..fc1a11fa9 100644 --- a/Makefile +++ b/Makefile @@ -483,6 +483,7 @@ SGDLIB_SRC=\ $(SOURCEDIR)/SGDLib/Profiler.cpp \ $(SOURCEDIR)/SGDLib/SGD.cpp \ $(SOURCEDIR)/SGDLib/PostComputingActions.cpp \ + $(SOURCEDIR)/SGDLib/ASGDHelper.cpp \ SGDLIB_SRC+=$(CNTKLIBRARY_COMMON_SRC)