Christian Grothoff 12 years ago
parent
commit
13b33bdd40
2 changed files with 14 additions and 0 deletions
  1. 2 0
      pkgconfig/Makefile.am
  2. 12 0
      pkgconfig/gnunetnat.pc.in

+ 2 - 0
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 \

+ 12 - 0
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}