aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig/Makefile.am
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 /pkgconfig/Makefile.am
parent66580ab8268c4e020f01b10d8c46413b486b9b1f (diff)
downloadgnunet-0afd955f61d7670ef8ee94275a8fe5ea85a80bf4.tar.gz
gnunet-0afd955f61d7670ef8ee94275a8fe5ea85a80bf4.zip
pkgconfig: add configuration for messenger service library
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'pkgconfig/Makefile.am')
-rw-r--r--pkgconfig/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \