diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-08-02 18:23:02 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-08-02 18:23:02 +0000 |
commit | 13b33bdd40a8a70e5f1d50b59d9b43b40ea8fcb3 (patch) | |
tree | 554d4ae206f90db4538dd8bfd117f327bb569947 /pkgconfig | |
parent | 352ed86dd34f82166218d4ae8fc16700f4a14f99 (diff) |
nat
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 2 | ||||
-rw-r--r-- | pkgconfig/gnunetnat.pc.in | 12 |
2 files changed, 14 insertions, 0 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 09023912e8..5173f03cec 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -11,6 +11,7 @@ pcfiles = \ gnunetfs.pc \ gnunethello.pc \ gnunetnse.pc \ + gnunetnat.pc \ gnunetpeerinfo.pc \ gnunetstatistics.pc \ gnunettesting.pc \ @@ -41,6 +42,7 @@ EXTRA_DIST = \ gnunetfragmentation.pc.in \ gnunetfs.pc.in \ gnunethello.pc.in \ + gnunetnat.pc.in \ gnunetnse.pc.in \ gnunetpeerinfo.pc.in \ gnunetstatistics.pc.in \ diff --git a/pkgconfig/gnunetnat.pc.in b/pkgconfig/gnunetnat.pc.in new file mode 100644 index 0000000000..58ba25ae16 --- /dev/null +++ b/pkgconfig/gnunetnat.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: GNUnet NAT +Description: library for NAT traversal +URL: https://gnunet.org +Version: @VERSION@ +Requires: +Libs: -L${libdir} -lgnunetnat +Cflags: -I${includedir} |