aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-02 18:23:02 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-02 18:23:02 +0000
commit13b33bdd40a8a70e5f1d50b59d9b43b40ea8fcb3 (patch)
tree554d4ae206f90db4538dd8bfd117f327bb569947 /pkgconfig
parent352ed86dd34f82166218d4ae8fc16700f4a14f99 (diff)
downloadgnunet-13b33bdd40a8a70e5f1d50b59d9b43b40ea8fcb3.tar.gz
gnunet-13b33bdd40a8a70e5f1d50b59d9b43b40ea8fcb3.zip
nat
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/Makefile.am2
-rw-r--r--pkgconfig/gnunetnat.pc.in12
2 files changed, 14 insertions, 0 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 09023912e..5173f03ce 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -11,6 +11,7 @@ pcfiles = \
11 gnunetfs.pc \ 11 gnunetfs.pc \
12 gnunethello.pc \ 12 gnunethello.pc \
13 gnunetnse.pc \ 13 gnunetnse.pc \
14 gnunetnat.pc \
14 gnunetpeerinfo.pc \ 15 gnunetpeerinfo.pc \
15 gnunetstatistics.pc \ 16 gnunetstatistics.pc \
16 gnunettesting.pc \ 17 gnunettesting.pc \
@@ -41,6 +42,7 @@ EXTRA_DIST = \
41 gnunetfragmentation.pc.in \ 42 gnunetfragmentation.pc.in \
42 gnunetfs.pc.in \ 43 gnunetfs.pc.in \
43 gnunethello.pc.in \ 44 gnunethello.pc.in \
45 gnunetnat.pc.in \
44 gnunetnse.pc.in \ 46 gnunetnse.pc.in \
45 gnunetpeerinfo.pc.in \ 47 gnunetpeerinfo.pc.in \
46 gnunetstatistics.pc.in \ 48 gnunetstatistics.pc.in \
diff --git a/pkgconfig/gnunetnat.pc.in b/pkgconfig/gnunetnat.pc.in
new file mode 100644
index 000000000..58ba25ae1
--- /dev/null
+++ b/pkgconfig/gnunetnat.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: GNUnet NAT
7Description: library for NAT traversal
8URL: https://gnunet.org
9Version: @VERSION@
10Requires:
11Libs: -L${libdir} -lgnunetnat
12Cflags: -I${includedir}