gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: pkgconfig: add configuration for messeng


From: gnunet
Subject: [gnunet] branch master updated: pkgconfig: add configuration for messenger service library
Date: Fri, 03 Feb 2023 19:13:27 +0100

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

thejackimonster pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 0afd955f6 pkgconfig: add configuration for messenger service library
0afd955f6 is described below

commit 0afd955f61d7670ef8ee94275a8fe5ea85a80bf4
Author: TheJackiMonster <thejackimonster@gmail.com>
AuthorDate: Fri Feb 3 19:13:20 2023 +0100

    pkgconfig: add configuration for messenger service library
    
    Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
---
 configure.ac                    | 1 +
 pkgconfig/Makefile.am           | 2 ++
 pkgconfig/gnunetmessenger.pc.in | 6 +++---
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index ec89fd4c7..a923050d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1423,6 +1423,7 @@ pkgconfig/gnunetfs.pc
 pkgconfig/gnunetgns.pc
 pkgconfig/gnunethello.pc
 pkgconfig/gnunetidentity.pc
+pkgconfig/gnunetmessenger.pc
 pkgconfig/gnunetmicrophone.pc
 pkgconfig/gnunetmysql.pc
 pkgconfig/gnunetnamestore.pc
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 3199a04a4..f30f31878 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -17,6 +17,7 @@ pcfiles = \
        gnunethello.pc \
        gnunetidentity.pc \
        gnunetcadet.pc \
+          gnunetmessenger.pc \
        gnunetmicrophone.pc \
        gnunetmysql.pc \
        gnunetnamestore.pc \
@@ -59,6 +60,7 @@ EXTRA_DIST = \
        gnunethello.pc.in \
        gnunetidentity.pc.in \
        gnunetcadet.pc.in \
+          gnunetmessenger.pc.in \
        gnunetmicrophone.pc.in \
        gnunetmysql.pc.in \
        gnunetnamestore.pc.in \
diff --git a/pkgconfig/gnunetmessenger.pc.in b/pkgconfig/gnunetmessenger.pc.in
index 465663d0c..126aae737 100644
--- a/pkgconfig/gnunetmessenger.pc.in
+++ b/pkgconfig/gnunetmessenger.pc.in
@@ -4,9 +4,9 @@ libdir=@libdir@
 includedir=@includedir@
 
 Name: GNUnet MESSENGER
-Description: Instant messaging based on the CADET subsystem
-URL: https://gnunet.org
+Description: Provides API to access the GNUnet Messenger subsystem
+URL: http://gnunet.org
 Version: @VERSION@
 Requires:
-Libs: -L${libdir} -lgnunetmessenger_common -lgnunetmessenger
+Libs: -L${libdir} -lgnunetmessenger
 Cflags: -I${includedir}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]