gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: RECLAIM: Add pkgconfig configuration


From: gnunet
Subject: [gnunet] branch master updated: RECLAIM: Add pkgconfig configuration
Date: Thu, 04 Jan 2024 20:51:06 +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 771cdd0ec RECLAIM: Add pkgconfig configuration
771cdd0ec is described below

commit 771cdd0ec35eaec5166954009cfd7e334bda6591
Author: TheJackiMonster <thejackimonster@gmail.com>
AuthorDate: Thu Jan 4 20:50:56 2024 +0100

    RECLAIM: Add pkgconfig configuration
    
    Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
---
 configure.ac                  |  1 +
 pkgconfig/Makefile.am         |  2 ++
 pkgconfig/gnunetreclaim.pc.in | 12 ++++++++++++
 3 files changed, 15 insertions(+)

diff --git a/configure.ac b/configure.ac
index 8cc00d1de..43934319d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1380,6 +1380,7 @@ pkgconfig/gnunetnamestore.pc
 pkgconfig/gnunetnat.pc
 pkgconfig/gnunetnse.pc
 pkgconfig/gnunetpq.pc
+pkgconfig/gnunetreclaim.pc
 pkgconfig/gnunetregex.pc
 pkgconfig/gnunetrevocation.pc
 pkgconfig/gnunetrps.pc
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 550785a50..754d71571 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -20,6 +20,7 @@ pcfiles = \
        gnunetnamestore.pc \
        gnunetnat.pc \
        gnunetnse.pc \
+       gnunetreclaim.pc \
        gnunetregex.pc \
        gnunetrevocation.pc \
        gnunetrps.pc \
@@ -59,6 +60,7 @@ EXTRA_DIST = \
        gnunetnat.pc.in \
        gnunetnse.pc.in \
        gnunetpostgres.pc.in \
+       gnunetreclaim.pc.in \
        gnunetregex.pc.in \
        gnunetrevocation.pc.in \
        gnunetrps.pc.in \
diff --git a/pkgconfig/gnunetreclaim.pc.in b/pkgconfig/gnunetreclaim.pc.in
new file mode 100644
index 000000000..b23e2ca70
--- /dev/null
+++ b/pkgconfig/gnunetreclaim.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GNUnet RECLAIM
+Description: Provides API to access the GNUnet RECLAIM subsystem
+URL: http://gnunet.org
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lgnunetreclaim
+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]