aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2023-02-03 19:13:20 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2023-02-03 19:13:20 +0100
commit0afd955f61d7670ef8ee94275a8fe5ea85a80bf4 (patch)
tree8609cc97dd8b8167c9579ae29d2b989a9ee88586
parent66580ab8268c4e020f01b10d8c46413b486b9b1f (diff)
downloadgnunet-0afd955f61d7670ef8ee94275a8fe5ea85a80bf4.tar.gz
gnunet-0afd955f61d7670ef8ee94275a8fe5ea85a80bf4.zip
pkgconfig: add configuration for messenger service library
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
-rw-r--r--configure.ac1
-rw-r--r--pkgconfig/Makefile.am2
-rw-r--r--pkgconfig/gnunetmessenger.pc.in6
3 files changed, 6 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index ec89fd4c7..a923050d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1423,6 +1423,7 @@ pkgconfig/gnunetfs.pc
1423pkgconfig/gnunetgns.pc 1423pkgconfig/gnunetgns.pc
1424pkgconfig/gnunethello.pc 1424pkgconfig/gnunethello.pc
1425pkgconfig/gnunetidentity.pc 1425pkgconfig/gnunetidentity.pc
1426pkgconfig/gnunetmessenger.pc
1426pkgconfig/gnunetmicrophone.pc 1427pkgconfig/gnunetmicrophone.pc
1427pkgconfig/gnunetmysql.pc 1428pkgconfig/gnunetmysql.pc
1428pkgconfig/gnunetnamestore.pc 1429pkgconfig/gnunetnamestore.pc
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 3199a04a4..f30f31878 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -17,6 +17,7 @@ pcfiles = \
17 gnunethello.pc \ 17 gnunethello.pc \
18 gnunetidentity.pc \ 18 gnunetidentity.pc \
19 gnunetcadet.pc \ 19 gnunetcadet.pc \
20 gnunetmessenger.pc \
20 gnunetmicrophone.pc \ 21 gnunetmicrophone.pc \
21 gnunetmysql.pc \ 22 gnunetmysql.pc \
22 gnunetnamestore.pc \ 23 gnunetnamestore.pc \
@@ -59,6 +60,7 @@ EXTRA_DIST = \
59 gnunethello.pc.in \ 60 gnunethello.pc.in \
60 gnunetidentity.pc.in \ 61 gnunetidentity.pc.in \
61 gnunetcadet.pc.in \ 62 gnunetcadet.pc.in \
63 gnunetmessenger.pc.in \
62 gnunetmicrophone.pc.in \ 64 gnunetmicrophone.pc.in \
63 gnunetmysql.pc.in \ 65 gnunetmysql.pc.in \
64 gnunetnamestore.pc.in \ 66 gnunetnamestore.pc.in \
diff --git a/pkgconfig/gnunetmessenger.pc.in b/pkgconfig/gnunetmessenger.pc.in
index 465663d0c..126aae737 100644
--- a/pkgconfig/gnunetmessenger.pc.in
+++ b/pkgconfig/gnunetmessenger.pc.in
@@ -4,9 +4,9 @@ libdir=@libdir@
4includedir=@includedir@ 4includedir=@includedir@
5 5
6Name: GNUnet MESSENGER 6Name: GNUnet MESSENGER
7Description: Instant messaging based on the CADET subsystem 7Description: Provides API to access the GNUnet Messenger subsystem
8URL: https://gnunet.org 8URL: http://gnunet.org
9Version: @VERSION@ 9Version: @VERSION@
10Requires: 10Requires:
11Libs: -L${libdir} -lgnunetmessenger_common -lgnunetmessenger 11Libs: -L${libdir} -lgnunetmessenger
12Cflags: -I${includedir} 12Cflags: -I${includedir}