[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] 02/02: build: separate pkgconfig file for libgnsrecord to sync
From: |
gnunet |
Subject: |
[gnunet] 02/02: build: separate pkgconfig file for libgnsrecord to sync with meson generated files |
Date: |
Sun, 12 Jan 2025 15:25:11 +0100 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository gnunet.
commit 3cc305b0a9b677b8b5118481bfee56b3e40ffdc0
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Jan 12 15:25:03 2025 +0100
build: separate pkgconfig file for libgnsrecord to sync with meson
generated files
---
configure.ac | 1 +
pkgconfig/Makefile.am | 2 ++
pkgconfig/gnunetgns.pc.in | 4 ++--
pkgconfig/{gnunetgns.pc.in => gnunetgnsrecord.pc.in} | 6 +++---
4 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index 220608685..67060a36d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1389,6 +1389,7 @@ pkgconfig/gnunetdht.pc
pkgconfig/gnunetdns.pc
pkgconfig/gnunetfs.pc
pkgconfig/gnunetgns.pc
+pkgconfig/gnunetgnsrecord.pc
pkgconfig/gnunethello.pc
pkgconfig/gnunetidentity.pc
pkgconfig/gnunetjson.pc
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 754d71571..3358c8550 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -11,6 +11,7 @@ pcfiles = \
gnunetdns.pc \
gnunetfs.pc \
gnunetgns.pc \
+ gnunetgnsrecord.pc \
gnunethello.pc \
gnunetidentity.pc \
gnunetjson.pc \
@@ -50,6 +51,7 @@ EXTRA_DIST = \
gnunetdns.pc.in \
gnunetfs.pc.in \
gnunetgns.pc.in \
+ gnunetgnsrecord.pc.in \
gnunethello.pc.in \
gnunetidentity.pc.in \
gnunetjson.pc.in \
diff --git a/pkgconfig/gnunetgns.pc.in b/pkgconfig/gnunetgns.pc.in
index f7e7c6143..cea0ebc98 100644
--- a/pkgconfig/gnunetgns.pc.in
+++ b/pkgconfig/gnunetgns.pc.in
@@ -4,9 +4,9 @@ libdir=@libdir@
includedir=@includedir@
Name: GNUnet GNS
-Description: Provides API to access the GNUnet Naming System
+Description: Provides API to access the GNU Name System
URL: http://gnunet.org
Version: @VERSION@
Requires:
-Libs: -L${libdir} -lgnunetgns -lgnunetgnsrecord
+Libs: -L${libdir} -lgnunetgns
Cflags: -I${includedir}
diff --git a/pkgconfig/gnunetgns.pc.in b/pkgconfig/gnunetgnsrecord.pc.in
similarity index 55%
copy from pkgconfig/gnunetgns.pc.in
copy to pkgconfig/gnunetgnsrecord.pc.in
index f7e7c6143..aaaf8d3ff 100644
--- a/pkgconfig/gnunetgns.pc.in
+++ b/pkgconfig/gnunetgnsrecord.pc.in
@@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: GNUnet GNS
-Description: Provides API to access the GNUnet Naming System
+Name: GNUnet GNS record library
+Description: Provides API to handle GNS records
URL: http://gnunet.org
Version: @VERSION@
Requires:
-Libs: -L${libdir} -lgnunetgns -lgnunetgnsrecord
+Libs: -L${libdir} -lgnunetgnsrecord
Cflags: -I${includedir}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.