diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-11-03 21:19:23 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-11-03 21:19:23 +0000 |
commit | 37ac1b7c9e9e05f93d4100cfb53450ec2d370989 (patch) | |
tree | 3233ef3004997fd3f46744cd122dcfec39dd7392 /pkgconfig/gnunetcore.pc.in | |
parent | 0b9ce5e5e03020b1057733c1bd4be91058597060 (diff) |
Mantis 1613
Diffstat (limited to 'pkgconfig/gnunetcore.pc.in')
-rw-r--r-- | pkgconfig/gnunetcore.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gnunetcore.pc.in b/pkgconfig/gnunetcore.pc.in new file mode 100644 index 000000000..66a469acb --- /dev/null +++ b/pkgconfig/gnunetcore.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: GNUnet core +Description: Provides API to access core service +URL: http://gnunet.org +Version: @VERSION@ +Requires: +Libs: -L${libdir} -lgnunetcore +Cflags: -I${includedir} |