case correction for library name

This commit is contained in:
dwarning
2020-04-04 14:18:38 +02:00
committed by Holger Vogt
parent 18be08dfc3
commit f19da3bd79
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -342,15 +342,15 @@ AM_CFLAGS = -static
LIBS = @LIBS@ @X_LIBS@ @X_PRE_LIBS@ @X_EXTRA_LIBS@ LIBS = @LIBS@ @X_LIBS@ @X_PRE_LIBS@ @X_EXTRA_LIBS@
if WINGUI if WINGUI
LIBS += -lpsapi -lShlwapi LIBS += -lpsapi -lshlwapi
endif endif
if WINCONSOLE if WINCONSOLE
LIBS += -lpsapi -lShlwapi LIBS += -lpsapi -lshlwapi
endif endif
if SHWIN if SHWIN
LIBS += -lpsapi -lShlwapi LIBS += -lpsapi -lshlwapi
endif endif
CLEANFILES = ngspice.idx spinit tclspinit pkgIndex.tcl CLEANFILES = ngspice.idx spinit tclspinit pkgIndex.tcl
@@ -366,7 +366,7 @@ pkgIndex_DATA = pkgIndex.tcl
pkgIndexdir = $(pkglibdir) pkgIndexdir = $(pkglibdir)
if TCLWIN if TCLWIN
LIBS += -lpsapi -lShlwapi -ltcl84 -lBLT24 LIBS += -lpsapi -lshlwapi -ltcl84 -lBLT24
endif endif
libspice_la_SOURCES = \ libspice_la_SOURCES = \
+3 -3
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 mod_lex.l mod_yacc.y mod_yacc_y.h
if WINGUI if WINGUI
cmpp_LDADD = -lShlwapi cmpp_LDADD = -lshlwapi
endif endif
if WINCONSOLE if WINCONSOLE
cmpp_LDADD = -lShlwapi cmpp_LDADD = -lshlwapi
endif endif
if SHWIN if SHWIN
cmpp_LDADD = -lShlwapi cmpp_LDADD = -lshlwapi
endif endif
mod_lex.c : mod_lex.l mod_lex.c : mod_lex.l