From 68e14ad519605ec528c267168f85c725806e6d2e Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 14 Nov 2020 17:32:53 +0100 Subject: [PATCH] =?UTF-8?q?cross=20compile:=20-lshlwapi=20not=20hard-coded?= =?UTF-8?q?,=20but=20via=20$(cmpp=5FLDADD)=20Patch=20suggested=20by=20?= =?UTF-8?q?=C3=89rico=20Rolim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/xspice/cmpp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xspice/cmpp/Makefile.am b/src/xspice/cmpp/Makefile.am index f7444d577..e155d4627 100644 --- a/src/xspice/cmpp/Makefile.am +++ b/src/xspice/cmpp/Makefile.am @@ -53,7 +53,7 @@ BUILD_CMPP_FILES = main.c file_buffer.c \ build/cmpp$(BUILD_EXEEXT) : $(BUILD_CMPP_FILES) $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) \ - $(AM_CPPFLAGS) $(LDFLAGS_FOR_BUILD) -o $@ $^ -lshlwapi + $(AM_CPPFLAGS) $(LDFLAGS_FOR_BUILD) -o $@ $^ $(cmpp_LDADD) distclean-local: -rm -rf build