From 529c48442c1647ff368b796247047e6378e7f0cb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 12 Jun 2012 21:17:11 -0700 Subject: [PATCH] Makefile: fix leveldb dep for system library case We conditionally add this below only if using the bundled version. Signed-off-by: Sage Weil --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 31daafae71ecd..2576b479daf64 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,7 +55,7 @@ endif LIBGLOBAL_LDA = libglobal.la $(PTHREAD_LIBS) -lm $(CRYPTO_LIBS) $(EXTRALIBS) -LIBOS_LDA = libos.a leveldb/libleveldb.a +LIBOS_LDA = libos.a if WITH_LIBAIO LIBOS_LDA += -laio -- 2.39.5