aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig/gnunetconsensus.pc.in
blob: a98531693ab33dfc0ef79f8777df0d204c7a7c65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: GNUnet CONSENSUS
Description: library to calculate a set union for a group of peers (multiparty consensus)
URL: https://gnunet.org
Version: @VERSION@
Requires:
Libs: -L${libdir} -lgnunetconsensus
Cflags: -I${includedir}