nse
authorChristian Grothoff <christian@grothoff.org>
Tue, 2 Aug 2011 18:21:50 +0000 (18:21 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 2 Aug 2011 18:21:50 +0000 (18:21 +0000)
pkgconfig/Makefile.am
pkgconfig/gnunetnse.pc.in [new file with mode: 0644]

index ff939b42ae84efcd1cd3c42c92f7a6cd8eddc9ee..09023912e8eea44380d68b342b580dc81a8cca84 100644 (file)
@@ -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 \
diff --git a/pkgconfig/gnunetnse.pc.in b/pkgconfig/gnunetnse.pc.in
new file mode 100644 (file)
index 0000000..fd34030
--- /dev/null
@@ -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}