[X2Go-Commits] [libx2goclient] 09/17: src/Makefile.am: build sshtest with the same CFLAGS also used for libx2goclient.

git-admin at x2go.org git-admin at x2go.org
Mon Jul 22 13:58:36 CEST 2019


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

x2go pushed a commit to branch master
in repository libx2goclient.

commit d80a774b63eb5265a33fa7c47a94c2101fe98899
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Jul 22 13:24:24 2019 +0200

    src/Makefile.am: build sshtest with the same CFLAGS also used for libx2goclient.
---
 src/Makefile.am | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 5142014..a166680 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -49,8 +49,14 @@ libx2goclient_la_LIBADD = \
 	$(NULL)
 
 bin_PROGRAMS = sshtest
+
 sshtest_SOURCES = test/sshtest.c
-sshtest_CFLAGS = $(AM_CFLAGS)
+
+sshtest_CFLAGS = \
+	$(AM_CFLAGS) \
+	$(LIBX2GOCLIENT_CFLAGS) \
+	$(NULL)
+
 sshtest_LDADD = libx2goclient.la
 
 pkgconfig_DATA = x2goclient.pc

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git


More information about the x2go-commits mailing list