aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2020-11-12 20:58:07 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2020-11-12 20:58:07 +0100
commitca912f85dae6b61dd80ab02d0e3f0b20a556da7c (patch)
tree788ebaf2ce0870bad875a7d910b6cd1b536a99c7 /pkgconfig
parent5bdfe2001fbc68b06293b79dd6426156719d33c0 (diff)
downloadgnunet-ca912f85dae6b61dd80ab02d0e3f0b20a556da7c.tar.gz
gnunet-ca912f85dae6b61dd80ab02d0e3f0b20a556da7c.zip
-remerge branch 'jacki/messenger'
This reverts commit e11d1e59e4ae5f7d89c33df3ae9ca8f1ece990cf.
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gnunetmessenger.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gnunetmessenger.pc.in b/pkgconfig/gnunetmessenger.pc.in
new file mode 100644
index 000000000..465663d0c
--- /dev/null
+++ b/pkgconfig/gnunetmessenger.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet MESSENGER
7Description: Instant messaging based on the CADET subsystem
8URL: https://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetmessenger_common -lgnunetmessenger
12Cflags: -I${includedir}