diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-08-02 18:21:50 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-08-02 18:21:50 +0000 |
commit | 352ed86dd34f82166218d4ae8fc16700f4a14f99 (patch) | |
tree | 71bdfa6ca0dd272999679c2b9f0baeb10a345334 /pkgconfig | |
parent | 3649ebabf3b1ff39990e98a3370c765035d6d695 (diff) |
nse
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 2 | ||||
-rw-r--r-- | pkgconfig/gnunetnse.pc.in | 12 |
2 files changed, 14 insertions, 0 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index ff939b42a..09023912e 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -10,6 +10,7 @@ pcfiles = \ gnunetfragmentation.pc \ gnunetfs.pc \ gnunethello.pc \ + gnunetnse.pc \ gnunetpeerinfo.pc \ gnunetstatistics.pc \ gnunettesting.pc \ @@ -40,6 +41,7 @@ EXTRA_DIST = \ gnunetfragmentation.pc.in \ gnunetfs.pc.in \ gnunethello.pc.in \ + gnunetnse.pc.in \ gnunetpeerinfo.pc.in \ gnunetstatistics.pc.in \ gnunettesting.pc.in \ diff --git a/pkgconfig/gnunetnse.pc.in b/pkgconfig/gnunetnse.pc.in new file mode 100644 index 000000000..fd340302d --- /dev/null +++ b/pkgconfig/gnunetnse.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: GNUnet NSE +Description: library to access GNUnet network size estimate information +URL: https://gnunet.org +Version: @VERSION@ +Requires: +Libs: -L${libdir} -lgnunetnse +Cflags: -I${includedir} |