diff options
author | Bart Polot <bart@net.in.tum.de> | 2014-05-07 12:07:32 +0000 |
---|---|---|
committer | Bart Polot <bart@net.in.tum.de> | 2014-05-07 12:07:32 +0000 |
commit | 2551c86b4aa52e1cb80ebfa7e9763f2fc9c55083 (patch) | |
tree | 912948e9ebf7f3cbee364861f0ddf5861baecdb2 /pkgconfig | |
parent | 9c0d34cdc7a723c898ba72fa50d7dd7997416be9 (diff) |
- change contents
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gnunetcadet.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/gnunetcadet.pc.in b/pkgconfig/gnunetcadet.pc.in index e6ed8de1a1..50902b75ee 100644 --- a/pkgconfig/gnunetcadet.pc.in +++ b/pkgconfig/gnunetcadet.pc.in @@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: GNUnet Mesh +Name: GNUnet Cadet Description: API for multicast and multi-hop routing between GNUnet peers URL: http://gnunet.org Version: @VERSION@ Requires: -Libs: -L${libdir} -lgnunetmesh +Libs: -L${libdir} -lgnunetcadet Cflags: -I${includedir} |