Commit 8b27b2ad525f150ac696b4b01c0af9e929b7e82d
1 parent
c686a3f0
Exists in
master
and in
3 other branches
Ajustando empacotamento windows.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile.in
| ... | ... | @@ -76,7 +76,7 @@ HOST_CC=@HOST_CC@ |
| 76 | 76 | LD=@CC@ |
| 77 | 77 | |
| 78 | 78 | CFLAGS=@CFLAGS@ @LIB3270_CFLAGS@ @LIBSSL_CFLAGS@ |
| 79 | -LIBS=@LIBS@ @LIBSSL_LIBS@ @LIBICONV@ | |
| 79 | +LIBS=@LIBS@ @LIBSSL_LIBS@ @LIBICONV@ @INTL_LIBS@ | |
| 80 | 80 | LDFLAGS=@LDFLAGS@ |
| 81 | 81 | |
| 82 | 82 | #---[ Rules ]---------------------------------------------------------------------------- | ... | ... |