[X2Go-Commits] [nx-libs] 02/02: nx-X11/Makefile: pass down UseTIRPC via IMAKE_DEFINES in a pretty ugly way.
git-admin at x2go.org
git-admin at x2go.org
Fri Mar 9 10:29:37 CET 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch 3.6.x-rpm-debug
in repository nx-libs.
commit fc396a780e3dfacc54ace1f181f5fb0afdf7b522
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Mar 9 10:29:05 2018 +0100
nx-X11/Makefile: pass down UseTIRPC via IMAKE_DEFINES in a pretty ugly way.
---
nx-X11/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/nx-X11/Makefile b/nx-X11/Makefile
index c9f79c6..1b61586 100644
--- a/nx-X11/Makefile
+++ b/nx-X11/Makefile
@@ -19,6 +19,7 @@ CURRENT_DIR = .
CONFIGSRC = $(TOP)/config
IRULESRC = $(CONFIGSRC)/cf
IMAKE = imake
+IMAKE_DEFINES = -DUseTIRPC=$(UseTIRPC)
IMAKE_CMD = $(IMAKE) -I$(IRULESRC) $(IMAKE_DEFINES)
MAKE_OPTS = -f xmakefile
MAKE_CMD = $(MAKE) $(MAKE_OPTS)
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
More information about the x2go-commits
mailing list