aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig/gnunetstream.pc.in
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-10-31 15:21:37 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-10-31 15:21:37 +0000
commitad3d54416671f757e8123ecdcf6246abeb671337 (patch)
treef4b9ae6b0a807a08c338ffdcd303d111c4fa0904 /pkgconfig/gnunetstream.pc.in
parent9d92b6d18336983e7d5b0bb092cbdd1d46465566 (diff)
-adding missing pkgconfig files
git-svn-id: https://gnunet.org/svn/gnunet@24638 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'pkgconfig/gnunetstream.pc.in')
-rw-r--r--pkgconfig/gnunetstream.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gnunetstream.pc.in b/pkgconfig/gnunetstream.pc.in
new file mode 100644
index 0000000000..47c4dde071
--- /dev/null
+++ b/pkgconfig/gnunetstream.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: GNUnet Stream
+Description: Provides API for reliable, in-order communcation between two peers
+URL: http://gnunet.org
+Version: @VERSION@
+Requires:
+Libs: -L${libdir} -lgnunetstream
+Cflags: -I${includedir}