summaryrefslogtreecommitdiffstats
path: root/libgfdb.pc.in
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2015-03-19 16:48:16 +0100
committerKaleb KEITHLEY <kkeithle@redhat.com>2015-03-19 13:16:54 -0700
commite3f2ebfe6b621e84b0386d5a0613829241401d93 (patch)
tree03517f124c6735555782d79a833741fcf0d972bb /libgfdb.pc.in
parent6f389fbb812b384bdd9bf4a20e86930505531996 (diff)
build: pass the correct CFLAGS and LDFLAGS when linking (to) libgfdb
Change-Id: Id9a7d0f457d9759ab7d0a52a4000b5ae36d211f8 BUG: 1194753 Signed-off-by: Niels de Vos <ndevos@redhat.com> Reviewed-on: http://review.gluster.org/9946 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Diffstat (limited to 'libgfdb.pc.in')
-rw-r--r--libgfdb.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgfdb.pc.in b/libgfdb.pc.in
index 01b0381eff5..15871b92102 100644
--- a/libgfdb.pc.in
+++ b/libgfdb.pc.in
@@ -7,5 +7,6 @@ includedir=@includedir@
Name: libgfdb
Description: GlusterFS Database Library
Version: @LIBGFDB_VERSION@
-Libs: -L${libdir} -lgfchangedb -lglusterfs -lsqlite3
+Libs: -L${libdir} -lgfchangedb -lglusterfs
Cflags: -I${includedir}/glusterfs/gfdb
+Requires: sqlite3