This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 61e3514eca209c5bb0326a7d761912223efd826b Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Jul 22 13:26:39 2019 +0200 src/Makefile.am: link to libintl by default. --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index a166680..3298509 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,6 +3,10 @@ NULL = localedir = $(datadir)/locale AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\" +LDADD = \ + @LTLIBINTL@ \ + $(NULL) + lib_LTLIBRARIES = libx2goclient.la CLEANFILES = -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git