diff --git a/Makefile.in b/Makefile.in index 01432c3..1014d2e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -126,6 +126,9 @@ src/tools/%@EXEEXT@: src/tools/%.c $(BINDIR)/Debug/plugins/%@DLLEXT@: src/plugins/%/* $(BINDIR)/Debug/$(PACKAGE_TARNAME)$(EXEEXT) @make BINDIR="../../../$(BINDIR)" PW3270_LIBS="-L../../../$(BINDIR)/Debug@DLLDIR@ -l3270 -lpw3270" PW3270_CFLAGS="-I../../../src/include" -C $(dir $<) Debug +$(BINDIR)/Release/plugins/%@DLLEXT@: src/plugins/%/* $(BINDIR)/Release/$(PACKAGE_TARNAME)$(EXEEXT) + @make BINDIR="../../../$(BINDIR)" PW3270_LIBS="-L../../../$(BINDIR)/Release@DLLDIR@ -l3270 -lpw3270" PW3270_CFLAGS="-I../../../src/include" -C $(dir $<) Release + #---[ Release targets ]-------------------------------------------------------- all: $(BINDIR)/Release/$(PACKAGE_TARNAME)$(EXEEXT) locale filelist @@ -292,6 +295,7 @@ clean: @make -C src/lib3270 clean @make -C src/pw3270 clean @make -C src/tools clean + @make -C src/plugins/remotectl clean @rm -f $(PACKAGE_NAME).png @rm -f $(PACKAGE_NAME)-logo.png @rm -f *.log diff --git a/configure.ac b/configure.ac index 2c44273..94df14c 100644 --- a/configure.ac +++ b/configure.ac @@ -358,6 +358,7 @@ AC_CONFIG_FILES([ src/pw3270/Makefile src/pw3270/uiparser/Makefile src/tools/Makefile + src/plugins/remotectl/Makefile man/Makefile makegtkruntime.sh ]) diff --git a/pw3270.cbp b/pw3270.cbp index ebce596..d4c5081 100644 --- a/pw3270.cbp +++ b/pw3270.cbp @@ -68,6 +68,7 @@ + @@ -213,6 +214,17 @@ + + + + + + + +