aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authortg <tg@140774ce-b5e7-0310-ab8b-a85725594a96>2014-05-27 11:10:35 +0000
committertg <tg@140774ce-b5e7-0310-ab8b-a85725594a96>2014-05-27 11:10:35 +0000
commit03f4205bd2c7e86f916e3b8a6a616b64befc0bea (patch)
treee0cb2abc1ce4c11514c29eb5c0c067443b3a6fbd /pkgconfig
parent63e2287bc5e588709bf392fa032d87a3530c4bac (diff)
add social service
git-svn-id: https://gnunet.org/svn/gnunet@33417 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gnunetsocial.pc12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gnunetsocial.pc b/pkgconfig/gnunetsocial.pc
new file mode 100644
index 0000000000..9f991409d1
--- /dev/null
+++ b/pkgconfig/gnunetsocial.pc
@@ -0,0 +1,12 @@
+prefix=/usr/local
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: GNUnet Social
+Description: library for social interactions
+URL: https://gnunet.org
+Version: 0.10.1
+Requires:
+Libs: -L${libdir} -lgnunetsocial
+Cflags: -I${includedir}