summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2016-01-19 14:08:24 +0100
committerKefu Chai <kchai@redhat.com>2016-01-19 17:35:50 +0100
commitf5da15945760d6a914077367b7b865e175746d72 (patch)
tree4ac2ddfca7dee0a4c8adec3695d97a3e84644d0e /src/client
parentos/kstore: fix u64 decode checks (diff)
downloadceph-f5da15945760d6a914077367b7b865e175746d72.tar.xz
ceph-f5da15945760d6a914077367b7b865e175746d72.zip
makefile: remove dependency on libedit
turns out we are not using it anymore Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/client')
-rw-r--r--src/client/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Makefile.am b/src/client/Makefile.am
index 31ca60c935d..fa0dc80f4cf 100644
--- a/src/client/Makefile.am
+++ b/src/client/Makefile.am
@@ -8,7 +8,7 @@ libclient_la_SOURCES = \
client/MetaSession.cc \
client/Trace.cc \
client/posix_acl.cc
-libclient_la_LIBADD = $(LIBOSDC) $(LIBEDIT_LIBS)
+libclient_la_LIBADD = $(LIBOSDC)
noinst_LTLIBRARIES += libclient.la
noinst_HEADERS += \