@@ -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 \
@@ -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}