diff --git a/.gitignore b/.gitignore index c1dca994f..49ae6ef73 100644 --- a/.gitignore +++ b/.gitignore @@ -82,13 +82,13 @@ libconftest.dylib* # Compilation and Qt preprocessor part *.qm Makefile -dash-qt -Dash-Qt.app +neobytes-qt +Neobytes-Qt.app !/depends/Makefile # Unit-tests Makefile.test -dash-qt_test +neobytes-qt_test # Resources cpp qrc_*.cpp @@ -101,7 +101,7 @@ build *.gcno *.gcda /*.info -test_dash.coverage/ +test_neobytes.coverage/ total.coverage/ coverage_percent.txt @@ -119,15 +119,15 @@ test/cache/* .autotools /doc/doxygen/ -libdashconsensus.pc +libneobytesconsensus.pc contrib/devtools/split-debug.sh -src/qt/dash-qt.bash +src/qt/neobytes-qt.bash qa/pull-tester/tests-config.sh #development symlinks -dash-cli -dashd -dash-qt +neobytes-cli +neobytesd +neobytes-qt make /docker/bin diff --git a/Makefile.am b/Makefile.am index f42a3df3f..813a65a70 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ export PYTHONPATH if BUILD_BITCOIN_LIBS pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libdashconsensus.pc +pkgconfig_DATA = libneobytesconsensus.pc endif BITCOIND_BIN=$(top_builddir)/src/$(BITCOIN_DAEMON_NAME)$(EXEEXT) diff --git a/configure.ac b/configure.ac index 25885d3c4..6b483a254 100644 --- a/configure.ac +++ b/configure.ac @@ -1152,7 +1152,7 @@ AC_MSG_CHECKING([whether to build libraries]) AM_CONDITIONAL([BUILD_BITCOIN_LIBS], [test x$build_bitcoin_libs = xyes]) if test x$build_bitcoin_libs = xyes; then AC_DEFINE(HAVE_CONSENSUS_LIB, 1, [Define this symbol if the consensus lib has been built]) - AC_CONFIG_FILES([libdashconsensus.pc:libdashconsensus.pc.in]) + AC_CONFIG_FILES([libneobytesconsensus.pc:libneobytesconsensus.pc.in]) fi AC_MSG_RESULT($build_bitcoin_libs) diff --git a/libdashconsensus.pc.in b/libneobytesconsensus.pc.in similarity index 87% rename from libdashconsensus.pc.in rename to libneobytesconsensus.pc.in index eb85bc597..6de254d89 100644 --- a/libdashconsensus.pc.in +++ b/libneobytesconsensus.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: @PACKAGE_NAME@ consensus library Description: Library for the Bitcoin consensus protocol. Version: @PACKAGE_VERSION@ -Libs: -L${libdir} -ldashconsensus +Libs: -L${libdir} -lneobytesconsensus Cflags: -I${includedir} Requires.private: libcrypto