[X2Go-Commits] [libx2goclient] 68/132: src/x2goclient.pc.in: rework, add @LIBINTL@ for gettext/libintl linkage.

git-admin at x2go.org git-admin at x2go.org
Fri Dec 3 15:26:31 CET 2021


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

x2go pushed a commit to branch master
in repository libx2goclient.

commit 2f95b991d9722380bb82294129280742c336a7ef
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat May 29 06:43:26 2021 +0200

    src/x2goclient.pc.in: rework, add @LIBINTL@ for gettext/libintl linkage.
---
 src/x2goclient.pc.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/x2goclient.pc.in b/src/x2goclient.pc.in
index 7bf759b..6826e3d 100644
--- a/src/x2goclient.pc.in
+++ b/src/x2goclient.pc.in
@@ -4,9 +4,9 @@ libdir=@libdir@
 bindir=@bindir@
 includedir=@includedir@
 
-Cflags: -I${includedir}/x2goclient
-Libs: -lx2goclient
-
 Name: libx2goclient
 Description: X2Go Client Shared Library
 Version: @VERSION@
+Libs: @LIBINTL@ -L${libdir} -lx2goclient
+Libs.private: @LIBINTL@
+Cflags: -I${includedir}/x2goclient

--
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