[X2Go-Commits] [libx2goclient] 10/17: src/Makefile.am: link to	libintl by default.
    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 61e3514eca209c5bb0326a7d761912223efd826b
Author: Mihai Moldovan <ionic at 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
    
    
More information about the x2go-commits
mailing list