aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-02 18:21:50 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-02 18:21:50 +0000
commit352ed86dd34f82166218d4ae8fc16700f4a14f99 (patch)
tree71bdfa6ca0dd272999679c2b9f0baeb10a345334 /pkgconfig
parent3649ebabf3b1ff39990e98a3370c765035d6d695 (diff)
downloadgnunet-352ed86dd34f82166218d4ae8fc16700f4a14f99.tar.gz
gnunet-352ed86dd34f82166218d4ae8fc16700f4a14f99.zip
nse
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/Makefile.am2
-rw-r--r--pkgconfig/gnunetnse.pc.in12
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 = \
10 gnunetfragmentation.pc \ 10 gnunetfragmentation.pc \
11 gnunetfs.pc \ 11 gnunetfs.pc \
12 gnunethello.pc \ 12 gnunethello.pc \
13 gnunetnse.pc \
13 gnunetpeerinfo.pc \ 14 gnunetpeerinfo.pc \
14 gnunetstatistics.pc \ 15 gnunetstatistics.pc \
15 gnunettesting.pc \ 16 gnunettesting.pc \
@@ -40,6 +41,7 @@ EXTRA_DIST = \
40 gnunetfragmentation.pc.in \ 41 gnunetfragmentation.pc.in \
41 gnunetfs.pc.in \ 42 gnunetfs.pc.in \
42 gnunethello.pc.in \ 43 gnunethello.pc.in \
44 gnunetnse.pc.in \
43 gnunetpeerinfo.pc.in \ 45 gnunetpeerinfo.pc.in \
44 gnunetstatistics.pc.in \ 46 gnunetstatistics.pc.in \
45 gnunettesting.pc.in \ 47 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 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet NSE
7Description: library to access GNUnet network size estimate information
8URL: https://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetnse
12Cflags: -I${includedir}