aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-10-03 17:17:16 +0200
committert3sserakt <t3ss@posteo.de>2023-10-03 17:17:16 +0200
commit6f68c34aa3deed8e1b5df30d3de1342386523920 (patch)
tree940221996f82d1edd77530ac2b1abbb61ccf08ac /pkgconfig
parented76bf2ece671e9543477a9bb9130dfbe5fa5a4d (diff)
parent109f3188ba65b788990427d6d26ba8874a9b84f5 (diff)
downloadgnunet-6f68c34aa3deed8e1b5df30d3de1342386523920.tar.gz
gnunet-6f68c34aa3deed8e1b5df30d3de1342386523920.zip
Merge branch 'master' into l20integration
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/Makefile.am4
-rw-r--r--pkgconfig/gnunetjson.pc.in (renamed from pkgconfig/gnunetmysql.pc.in)6
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index b00993d0f..eeb048fb8 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -16,10 +16,10 @@ pcfiles = \
16 gnunetgns.pc \ 16 gnunetgns.pc \
17 gnunethello.pc \ 17 gnunethello.pc \
18 gnunetidentity.pc \ 18 gnunetidentity.pc \
19 gnunetjson.pc \
19 gnunetcadet.pc \ 20 gnunetcadet.pc \
20 gnunetmessenger.pc \ 21 gnunetmessenger.pc \
21 gnunetmicrophone.pc \ 22 gnunetmicrophone.pc \
22 gnunetmysql.pc \
23 gnunetnamestore.pc \ 23 gnunetnamestore.pc \
24 gnunetnat.pc \ 24 gnunetnat.pc \
25 gnunetnse.pc \ 25 gnunetnse.pc \
@@ -59,10 +59,10 @@ EXTRA_DIST = \
59 gnunetgns.pc.in \ 59 gnunetgns.pc.in \
60 gnunethello.pc.in \ 60 gnunethello.pc.in \
61 gnunetidentity.pc.in \ 61 gnunetidentity.pc.in \
62 gnunetjson.pc.in \
62 gnunetcadet.pc.in \ 63 gnunetcadet.pc.in \
63 gnunetmessenger.pc.in \ 64 gnunetmessenger.pc.in \
64 gnunetmicrophone.pc.in \ 65 gnunetmicrophone.pc.in \
65 gnunetmysql.pc.in \
66 gnunetnamestore.pc.in \ 66 gnunetnamestore.pc.in \
67 gnunetnat.pc.in \ 67 gnunetnat.pc.in \
68 gnunetnse.pc.in \ 68 gnunetnse.pc.in \
diff --git a/pkgconfig/gnunetmysql.pc.in b/pkgconfig/gnunetjson.pc.in
index a3d547f06..6dbf73b67 100644
--- a/pkgconfig/gnunetmysql.pc.in
+++ b/pkgconfig/gnunetjson.pc.in
@@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
3libdir=@libdir@ 3libdir=@libdir@
4includedir=@includedir@ 4includedir=@includedir@
5 5
6Name: GNUnet MySQL 6Name: GNUnet JSON library
7Description: Provides API for common interactions with libmysqlclient 7Description: Library for JSON de/serialization
8URL: http://gnunet.org 8URL: http://gnunet.org
9Version: @VERSION@ 9Version: @VERSION@
10Requires: 10Requires:
11Libs: -L${libdir} -lgnunetmysql 11Libs: -L${libdir} -lgnunetjson
12Cflags: -I${includedir} 12Cflags: -I${includedir}