This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository nx-libs.

commit 6812657f04d0e9a1e2fe92c0180f482a693df9ec
Author: Mike Gabriel <[email protected]>
Date:   Fri Mar 1 13:50:31 2019 +0100

    Makefile: Integrate new subproject "nxdialog".
---
 Makefile | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Makefile b/Makefile
index 2fa75d3..0657bcb 100644
--- a/Makefile
+++ b/Makefile
@@ -170,6 +170,9 @@ build-full: build-env
        # build nxproxy fifth
        cd nxproxy && autoreconf -vfsi && (${CONFIGURE}) && ${MAKE}
 
+       # "build" nxdialog last
+       cd nxdialog && autoreconf -vfsi && (${CONFIGURE}) && ${MAKE}
+
 build:
        if ! test -d nx-X11; then \
            ${MAKE} build-lite; \
@@ -247,6 +250,9 @@ install-full:
 
        $(MAKE) -C nx-X11/lib install
 
+       # install the nxdialog executable and its man page
+       $(MAKE) -C nxdialog install
+
 uninstall:
        $(MAKE) uninstall-lite
        [ ! -d nx-X11 ] || $(MAKE) uninstall-full
@@ -269,3 +275,5 @@ uninstall-full:
 
        $(RM_DIR_REC) $(DESTDIR)$(NXLIBDIR)
        $(RM_DIR_REC) $(DESTDIR)$(INCLUDEDIR)/nx
+
+       test -f nxdialog/Makefile && ${MAKE} -C nxdialog "$@"

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/nx-libs.git
_______________________________________________
x2go-commits mailing list
[email protected]
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to