blob: 2998eb98bf77ab8c8992a5bd41e779819416fd27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: GNUnet testing
Description: Provides convenience API for writing testcases for GNUnet
URL: http://gnunet.org
Version: @VERSION@
Requires:
Libs: -L${libdir} -lgnunettesting
Cflags: -I${includedir}
|