Commit 05681efe471fb0838f6483eb33ea2ac4748ab59a
1 parent
d7c556eb
Exists in
master
and in
5 other branches
Diretório das bibliotecas do rexx mudou na versão 4.2
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/plugins/rx3270/Makefile.in
@@ -41,7 +41,7 @@ LN_S=@LN_S@ | @@ -41,7 +41,7 @@ LN_S=@LN_S@ | ||
41 | LIBS=@REXX_LIBS@ @LIBICONV@ @DBUS_LIBS@ | 41 | LIBS=@REXX_LIBS@ @LIBICONV@ @DBUS_LIBS@ |
42 | CFLAGS=@REXX_CFLAGS@ @DBUS_CFLAGS@ | 42 | CFLAGS=@REXX_CFLAGS@ @DBUS_CFLAGS@ |
43 | REXX_HOME=@REXX_HOME@ | 43 | REXX_HOME=@REXX_HOME@ |
44 | -REXXLIBDIR=$(libdir)/ooRexx | 44 | +REXXLIBDIR=$(libdir) |
45 | 45 | ||
46 | CLASSLIBDIR=../../classlib | 46 | CLASSLIBDIR=../../classlib |
47 | 47 |