gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 01/03: BUILD: Fix pkgconfig generation


From: gnunet
Subject: [gnunet] 01/03: BUILD: Fix pkgconfig generation
Date: Wed, 27 Sep 2023 11:45:05 +0200

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

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

commit 8696b2eac0926de8a3483a82748785615948f93f
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Sep 27 11:44:21 2023 +0200

    BUILD: Fix pkgconfig generation
---
 src/pq/meson.build   | 1 -
 src/seti/meson.build | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/pq/meson.build b/src/pq/meson.build
index 7e9060b41..2a3406e28 100644
--- a/src/pq/meson.build
+++ b/src/pq/meson.build
@@ -8,7 +8,6 @@ libgnunetpq_src = ['pq.c',
                    'pq_result_helper.c']
 
 if get_option('monolith')
-else
   foreach p : libgnunetpq_src
     gnunet_src += 'pq/' + p
   endforeach
diff --git a/src/seti/meson.build b/src/seti/meson.build
index d61fffbb7..0741cac18 100644
--- a/src/seti/meson.build
+++ b/src/seti/meson.build
@@ -24,7 +24,7 @@ libgnunetseti = library('gnunetseti',
         include_directories: [incdir, configuration_inc],
       install: true,
       install_dir: get_option('libdir'))
-pkg.generate(libgnunetarm, url: 'https://www.gnunet.org',
+pkg.generate(libgnunetseti, url: 'https://www.gnunet.org',
              description : 'Provides API for accessing the set intersection 
service')
 libgnunetseti_dep = declare_dependency(link_with : libgnunetseti)
 executable ('gnunet-service-seti',

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