summaryrefslogtreecommitdiffstats
path: root/libgfdb.pc.in
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@gmail.com>2019-10-17 12:39:02 +0530
committerAtin Mukherjee <amukherj@redhat.com>2019-11-18 01:15:42 +0000
commit9d0a69187fe085c45b99d8f63febbab0206437c3 (patch)
treee92b52e9f2bc5de40650b1c7c1096e9ede81f285 /libgfdb.pc.in
parentcd1872ae49d7bc83403fce6821c102edc4e97796 (diff)
downloadglusterfs-9d0a69187fe085c45b99d8f63febbab0206437c3.tar.gz
glusterfs-9d0a69187fe085c45b99d8f63febbab0206437c3.tar.xz
glusterfs-9d0a69187fe085c45b99d8f63febbab0206437c3.zip
libglusterfs: remove unused gfdb specific files from repo
Updates: bz#1193929 Change-Id: Idb98394c51917e9b132aeb32facccd112effe672 Signed-off-by: Amar Tumballi <amarts@gmail.com>
Diffstat (limited to 'libgfdb.pc.in')
-rw-r--r--libgfdb.pc.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/libgfdb.pc.in b/libgfdb.pc.in
deleted file mode 100644
index 463e8becd3..0000000000
--- a/libgfdb.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-
-Name: libgfdb
-Description: GlusterFS Database Library
-Version: @LIBGFDB_VERSION@
-Libs: -L${libdir} -lgfchangedb -lglusterfs
-Cflags: -I${includedir}
-Requires: sqlite3 @PKGCONFIG_UUID@