aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-05-27 11:10:35 +0000
committerGabor X Toth <*@tg-x.net>2014-05-27 11:10:35 +0000
commitcfeccc1b56def35ac586ac2c09ac70b523b59ef5 (patch)
treee0cb2abc1ce4c11514c29eb5c0c067443b3a6fbd /pkgconfig
parent10f2f102658f935148475d5aa2b29afd8a4e85c2 (diff)
downloadgnunet-cfeccc1b56def35ac586ac2c09ac70b523b59ef5.tar.gz
gnunet-cfeccc1b56def35ac586ac2c09ac70b523b59ef5.zip
add social service
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 000000000..9f991409d
--- /dev/null
+++ b/pkgconfig/gnunetsocial.pc
@@ -0,0 +1,12 @@
1prefix=/usr/local
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include
5
6Name: GNUnet Social
7Description: library for social interactions
8URL: https://gnunet.org
9Version: 0.10.1
10Requires:
11Libs: -L${libdir} -lgnunetsocial
12Cflags: -I${includedir}