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 \