From 88ac5af85b80d3e2bcaa33e01887b8d66969f5fe Mon Sep 17 00:00:00 2001 From: Jethro Grassie Date: Fri, 22 Nov 2019 22:42:47 -0500 Subject: [PATCH] add libversion --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f043672..5c10882 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,7 @@ MONERO_INC = \ ${MONERO_ROOT}/contrib/epee/include MONERO_LIBS = \ + ${MONERO_BUILD_ROOT}/src/libversion.a \ ${MONERO_BUILD_ROOT}/src/cryptonote_basic/libcryptonote_basic.a \ ${MONERO_BUILD_ROOT}/src/crypto/libcncrypto.a \ ${MONERO_BUILD_ROOT}/src/common/libcommon.a \