modified: configure.ac

This commit is contained in:
SikkieNL 2024-12-22 12:29:23 +01:00
parent 1d73083ceb
commit e9dfd78b63

View File

@ -9,7 +9,7 @@ define(_COPYRIGHT_YEAR, 2017)
define(_COPYRIGHT_NEOBYTES_YEAR, 2024)
AC_INIT([Neobytes Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/neobytes-project/neobytes/issues],[neobytes],[https//neobytes.network])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADERS([src/config/-neobytesconfig.h])
AC_CONFIG_HEADERS([src/config/neobytes-config.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux/m4])