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

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

commit e8552b7bba4a3955fdfabb77213fe177e7f3dde7
Author: Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
Date:   Sun Feb 25 19:36:21 2018 +0100

    nxcompshad: Regression fix for 990e61cc. Add missing $(NULL) in 'if 
TARGET_ELF' clause.
---
 nxcompshad/src/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nxcompshad/src/Makefile.am b/nxcompshad/src/Makefile.am
index 4580149..66a6a1a 100644
--- a/nxcompshad/src/Makefile.am
+++ b/nxcompshad/src/Makefile.am
@@ -45,6 +45,7 @@ libXcompshad_la_LDFLAGS =                             \
 if TARGET_ELF
 libXcompshad_la_LDFLAGS +=                             \
     -Wl,--enable-new-dtags                             \
+    $(NULL)
 endif TARGET_ELF
 
 libXcompshadincludedir = $(includedir)/nx

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

Reply via email to