Commit 3b57b2ec7a9fef34e6e31a556a589b4d02eab693

Authored by Perry Werneck
1 parent a6a2963b

Fixing build with customized library name.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/lib3270++/Makefile.in
... ... @@ -211,7 +211,7 @@ $(BINRLS)/$(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@: \
211 211 $(foreach SRC, $(basename $(SOURCES)), $(OBJRLS)/$(SRC).o) \
212 212 -L$(BINRLS) \
213 213 $(LIBS) \
214   - -l3270
  214 + -l@LIB3270_NAME@
215 215  
216 216 $(BINRLS)/static/$(LIBNAME).a: \
217 217 $(foreach SRC, $(basename $(SOURCES)), $(OBJRLS)/$(SRC).o)
... ... @@ -365,7 +365,7 @@ $(BINDBG)/$(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@: \
365 365 $(foreach SRC, $(basename $(SOURCES)), $(OBJDBG)/$(SRC).o) \
366 366 -L$(BINDBG) \
367 367 $(LIBS) \
368   - -l3270
  368 + -l@LIB3270_NAME@
369 369  
370 370 #---[ Clean Targets ]--------------------------------------------------------------------
371 371  
... ...