diff options
author | Bart Polot <bart@net.in.tum.de> | 2014-12-05 14:07:11 +0000 |
---|---|---|
committer | Bart Polot <bart@net.in.tum.de> | 2014-12-05 14:07:11 +0000 |
commit | 6cd1fc3aa29926ce0326d07ba684e1b65a1a0db7 (patch) | |
tree | b201a08dda53a39a1572a18d8e08d0359896ea74 /pkgconfig | |
parent | f78293457b6e5d922d199a0c1f28a544ba943e7a (diff) |
Import RPS
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 2 | ||||
-rw-r--r-- | pkgconfig/gnunetrps.pc.in | 12 |
2 files changed, 14 insertions, 0 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index ac40906cd..547755c12 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -31,6 +31,7 @@ pcfiles = \ gnunetpsycstore.pc \ gnunetregex.pc \ gnunetrevocation.pc \ + gnunetrps.pc \ gnunetscalarproduct.pc \ gnunetset.pc \ gnunetspeaker.pc \ @@ -87,6 +88,7 @@ EXTRA_DIST = \ gnunetpsycstore.pc.in \ gnunetregex.pc.in \ gnunetrevocation.pc.in \ + gnunetrps.pc.in \ gnunetscalarproduct.pc.in \ gnunetset.pc.in \ gnunetspeaker.pc.in \ diff --git a/pkgconfig/gnunetrps.pc.in b/pkgconfig/gnunetrps.pc.in new file mode 100644 index 000000000..94042e8eb --- /dev/null +++ b/pkgconfig/gnunetrps.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: GNUnet RPS +Description: random peer sampling based on the BRAHMS protocol +URL: https://gnunet.org +Version: @VERSION@ +Requires: +Libs: -L${libdir} -lgnunetrps +Cflags: -I${includedir} |