diff options
Diffstat (limited to 'BaseTools/Source/C/LzmaCompress/GNUmakefile')
-rw-r--r-- | BaseTools/Source/C/LzmaCompress/GNUmakefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/BaseTools/Source/C/LzmaCompress/GNUmakefile b/BaseTools/Source/C/LzmaCompress/GNUmakefile index 533f0a59a0..c837e77823 100644 --- a/BaseTools/Source/C/LzmaCompress/GNUmakefile +++ b/BaseTools/Source/C/LzmaCompress/GNUmakefile @@ -1,13 +1,15 @@ ## @file
# GNU/Linux makefile for 'LzmaCompress' module build.
#
-# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
MAKEROOT ?= ..
APPNAME = LzmaCompress
+LIBS = -lCommon
+
SDK_C = Sdk/C
OBJECTS = \
|