[X2Go-Commits] [nx-libs] 06/38: nxcompshad: Regression fix for 990e61cc. Add missing $(NULL) in 'if TARGET_ELF' clause.

git-admin at x2go.org git-admin at x2go.org
Mon Feb 26 06:44:58 CET 2018


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.gabriel at 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


More information about the x2go-commits mailing list