From f19da3bd79ebc8f274687affad9136047dc0166e Mon Sep 17 00:00:00 2001 From: dwarning Date: Mon, 30 Mar 2020 13:15:32 +0200 Subject: [PATCH] case correction for library name --- src/Makefile.am | 8 ++++---- src/xspice/cmpp/Makefile.am | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 28e50cb24..8364bb000 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -342,15 +342,15 @@ AM_CFLAGS = -static LIBS = @LIBS@ @X_LIBS@ @X_PRE_LIBS@ @X_EXTRA_LIBS@ if WINGUI -LIBS += -lpsapi -lShlwapi +LIBS += -lpsapi -lshlwapi endif if WINCONSOLE -LIBS += -lpsapi -lShlwapi +LIBS += -lpsapi -lshlwapi endif if SHWIN -LIBS += -lpsapi -lShlwapi +LIBS += -lpsapi -lshlwapi endif CLEANFILES = ngspice.idx spinit tclspinit pkgIndex.tcl @@ -366,7 +366,7 @@ pkgIndex_DATA = pkgIndex.tcl pkgIndexdir = $(pkglibdir) if TCLWIN -LIBS += -lpsapi -lShlwapi -ltcl84 -lBLT24 +LIBS += -lpsapi -lshlwapi -ltcl84 -lBLT24 endif libspice_la_SOURCES = \ diff --git a/src/xspice/cmpp/Makefile.am b/src/xspice/cmpp/Makefile.am index d8ee5cafd..71bdb80c9 100644 --- a/src/xspice/cmpp/Makefile.am +++ b/src/xspice/cmpp/Makefile.am @@ -17,15 +17,15 @@ cmpp_SOURCES = main.c cmpp.h file_buffer.c file_buffer.h\ mod_lex.l mod_yacc.y mod_yacc_y.h if WINGUI -cmpp_LDADD = -lShlwapi +cmpp_LDADD = -lshlwapi endif if WINCONSOLE -cmpp_LDADD = -lShlwapi +cmpp_LDADD = -lshlwapi endif if SHWIN -cmpp_LDADD = -lShlwapi +cmpp_LDADD = -lshlwapi endif mod_lex.c : mod_lex.l