case correction for library name

This commit is contained in:
dwarning 2020-03-30 13:15:32 +02:00 committed by Holger Vogt
parent 18be08dfc3
commit f19da3bd79
2 changed files with 7 additions and 7 deletions

View File

@ -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 = \

View File

@ -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