gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: BUILD: Add gnunetjson.pc


From: gnunet
Subject: [gnunet] branch master updated: BUILD: Add gnunetjson.pc
Date: Tue, 19 Sep 2023 16:59:10 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 04c0597a6 BUILD: Add gnunetjson.pc
     new c1b11c9e8 Merge branch 'master' of git+ssh://git.gnunet.org/gnunet
04c0597a6 is described below

commit 04c0597a68be68220c31d613889dd71dadc7fc3c
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Sep 19 16:58:48 2023 +0200

    BUILD: Add gnunetjson.pc
---
 pkgconfig/Makefile.am      |  2 ++
 pkgconfig/gnunetjson.pc.in | 12 ++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index b00993d0f..d54d0785a 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -16,6 +16,7 @@ pcfiles = \
        gnunetgns.pc \
        gnunethello.pc \
        gnunetidentity.pc \
+       gnunetjson.pc \
        gnunetcadet.pc \
        gnunetmessenger.pc \
        gnunetmicrophone.pc \
@@ -59,6 +60,7 @@ EXTRA_DIST = \
        gnunetgns.pc.in \
        gnunethello.pc.in \
        gnunetidentity.pc.in \
+       gnunetjson.pc.in \
        gnunetcadet.pc.in \
        gnunetmessenger.pc.in \
        gnunetmicrophone.pc.in \
diff --git a/pkgconfig/gnunetjson.pc.in b/pkgconfig/gnunetjson.pc.in
new file mode 100644
index 000000000..6dbf73b67
--- /dev/null
+++ b/pkgconfig/gnunetjson.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GNUnet JSON library
+Description: Library for JSON de/serialization
+URL: http://gnunet.org
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lgnunetjson
+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]