Browse Source

case correction for library name

pre-master-46
dwarning 6 years ago
committed by Holger Vogt
parent
commit
f19da3bd79
  1. 8
      src/Makefile.am
  2. 6
      src/xspice/cmpp/Makefile.am

8
src/Makefile.am

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

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

Loading…
Cancel
Save