Commit 512b61d060e19359b4bdd5e3851c181c6361c178
1 parent
5424e76c
Exists in
master
and in
5 other branches
Ajustes para construção da versão personalizada
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
configure.ac
... | ... | @@ -298,7 +298,7 @@ dnl --------------------------------------------------------------------------- |
298 | 298 | |
299 | 299 | AC_SUBST(LIB3270_CFLAGS,-I$ac_pwd/src/include) |
300 | 300 | AC_SUBST(LIB3270_LIBS,-l3270) |
301 | -AC_SUBST(PW3270_LIBS,-lpw3270) | |
301 | +AC_SUBST(PW3270_LIBS,-l$PACKAGE_TARNAME) | |
302 | 302 | |
303 | 303 | dnl --------------------------------------------------------------------------- |
304 | 304 | dnl Check for headers | ... | ... |