Commit 8175ee4e379a82665d01bcce81d28575f4731c15

Authored by perry.werneck@gmail.com
1 parent 6a16861a

Ajustes para compilar o modulo rexx no windows

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/plugins/rx3270/Makefile.in
... ... @@ -36,7 +36,7 @@ EXTAPI_SRC=rxapimain.cc text.cc typed_routines.cc local.cc rexx_methods.cc
36 36 REXXCONFIG=@REXXCONFIG@
37 37 LN_S=@LN_S@
38 38  
39   -LIBS=@REXX_LIBS@
  39 +LIBS=@REXX_LIBS@ @LIBICONV@
40 40 CFLAGS=@REXX_CFLAGS@
41 41  
42 42 #---[ Include plugin rules ]---------------------------------------------------
... ...