Commit d505be03a4ac61d23d56b58dc53bd48fb17bde2c
1 parent
f93e5af9
Exists in
master
and in
5 other branches
Ajustando instalação do plugin dbus (geração do .deb falhou)
Showing
3 changed files
with
6 additions
and
3 deletions
Show diff stats
Makefile.in
... | ... | @@ -351,9 +351,12 @@ install-sdk: |
351 | 351 | install-oxt: |
352 | 352 | @$(MAKE) BINDIR=../../.bin LIB3270_CFLAGS="-I../../src/include" -C src/oxt install |
353 | 353 | |
354 | -install-rexx: | |
354 | +install-plugin-rexx: | |
355 | 355 | @$(MAKE) BINDIR=../../.bin LIB3270_CFLAGS="-I../../src/include" -C src/plugins/rx3270 install |
356 | 356 | |
357 | +install-plugin-dbus: | |
358 | + @$(MAKE) BINDIR=../../.bin LIB3270_CFLAGS="-I../../src/include" -C src/plugins/dbus3270 install | |
359 | + | |
357 | 360 | clean: |
358 | 361 | @rm -fr .obj |
359 | 362 | @rm -fr .bin | ... | ... |
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: 2013-06-28 09:23-0300\n" | |
8 | +"POT-Creation-Date: 2013-06-28 15:03-0300\n" | |
9 | 9 | "PO-Revision-Date: 2013-05-08 14:30-0300\n" |
10 | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
11 | 11 | "Language-Team: Português <>\n" | ... | ... |
src/plugins/dbus3270/Makefile.in
... | ... | @@ -142,7 +142,7 @@ $(BINDBG)/plugins/$(MODULE_NAME).so: $(foreach SRC, $(basename $(PLUGIN_SRC)), $ |
142 | 142 | |
143 | 143 | #---[ Misc targets ]----------------------------------------------------------- |
144 | 144 | |
145 | -install: $(BINRLS)/plugins/$(MODULE_NAME).so | |
145 | +install: | |
146 | 146 | @$(MKDIR) $(DESTDIR)$(libdir)/$(PACKAGE_NAME)-plugins |
147 | 147 | @$(INSTALL_PROGRAM) $(BINRLS)/plugins/$(MODULE_NAME).so $(DESTDIR)$(libdir)/$(PACKAGE_NAME)-plugins |
148 | 148 | ... | ... |