Commit 801c9ea74642e5458c54154070c0477079153ef1
1 parent
b9e7adc2
Exists in
master
and in
5 other branches
Empacotando plugin java
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
Makefile.in
... | ... | @@ -373,7 +373,7 @@ install-php: |
373 | 373 | @$(MAKE) -C src/php install |
374 | 374 | |
375 | 375 | install-java: |
376 | - @$(MAKE) -C src/java install | |
376 | + @$(MAKE) BINDIR=../../.bin LIB3270_CFLAGS="-I../../src/include" -C src/java install | |
377 | 377 | |
378 | 378 | install-plugin-rexx: |
379 | 379 | @$(MAKE) BINDIR=../../../.bin LIB3270_CFLAGS="-I../../src/include" -C src/plugins/rx3270 install | ... | ... |
po/pt_BR.po
... | ... | @@ -5,7 +5,7 @@ msgid "" |
5 | 5 | msgstr "" |
6 | 6 | "Project-Id-Version: pw3270 5.0\n" |
7 | 7 | "Report-Msgid-Bugs-To: \n" |
8 | -"POT-Creation-Date: 2015-06-18 11:34-0300\n" | |
8 | +"POT-Creation-Date: 2015-06-18 14:06-0300\n" | |
9 | 9 | "PO-Revision-Date: 2014-02-17 08:05-0300\n" |
10 | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
11 | 11 | "Language-Team: Portugues <>\n" | ... | ... |