aboutsummaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2014-05-27 18:46:41 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2014-05-27 18:46:41 +0000
commit90f9ff7537023931181685139246de88cfedd454 (patch)
treef92a972884af3f96e5c7c47dd0d90c545330ab63 /pkgconfig
parent4bc81d525eba4e0a2e6d88f80132bcf119d48788 (diff)
Fix pkgconfig/gnunetsocial.pc.in
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gnunetsocial.pc.in (renamed from pkgconfig/gnunetsocial.pc)10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgconfig/gnunetsocial.pc b/pkgconfig/gnunetsocial.pc.in
index 9f991409d1..5ea9c6a26b 100644
--- a/pkgconfig/gnunetsocial.pc
+++ b/pkgconfig/gnunetsocial.pc.in
@@ -1,12 +1,12 @@
-prefix=/usr/local
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
Name: GNUnet Social
Description: library for social interactions
URL: https://gnunet.org
-Version: 0.10.1
+Version: @VERSION@
Requires:
Libs: -L${libdir} -lgnunetsocial
Cflags: -I${includedir}