modified: .gitignore
modified: Makefile.am modified: configure.ac renamed: libdashconsensus.pc.in -> libneobytesconsensus.pc.in
This commit is contained in:
parent
ff16b6b0cf
commit
ba4d4ee239
18
.gitignore
vendored
18
.gitignore
vendored
@ -82,13 +82,13 @@ libconftest.dylib*
|
|||||||
# Compilation and Qt preprocessor part
|
# Compilation and Qt preprocessor part
|
||||||
*.qm
|
*.qm
|
||||||
Makefile
|
Makefile
|
||||||
dash-qt
|
neobytes-qt
|
||||||
Dash-Qt.app
|
Neobytes-Qt.app
|
||||||
!/depends/Makefile
|
!/depends/Makefile
|
||||||
|
|
||||||
# Unit-tests
|
# Unit-tests
|
||||||
Makefile.test
|
Makefile.test
|
||||||
dash-qt_test
|
neobytes-qt_test
|
||||||
|
|
||||||
# Resources cpp
|
# Resources cpp
|
||||||
qrc_*.cpp
|
qrc_*.cpp
|
||||||
@ -101,7 +101,7 @@ build
|
|||||||
*.gcno
|
*.gcno
|
||||||
*.gcda
|
*.gcda
|
||||||
/*.info
|
/*.info
|
||||||
test_dash.coverage/
|
test_neobytes.coverage/
|
||||||
total.coverage/
|
total.coverage/
|
||||||
coverage_percent.txt
|
coverage_percent.txt
|
||||||
|
|
||||||
@ -119,15 +119,15 @@ test/cache/*
|
|||||||
.autotools
|
.autotools
|
||||||
/doc/doxygen/
|
/doc/doxygen/
|
||||||
|
|
||||||
libdashconsensus.pc
|
libneobytesconsensus.pc
|
||||||
contrib/devtools/split-debug.sh
|
contrib/devtools/split-debug.sh
|
||||||
src/qt/dash-qt.bash
|
src/qt/neobytes-qt.bash
|
||||||
qa/pull-tester/tests-config.sh
|
qa/pull-tester/tests-config.sh
|
||||||
|
|
||||||
#development symlinks
|
#development symlinks
|
||||||
dash-cli
|
neobytes-cli
|
||||||
dashd
|
neobytesd
|
||||||
dash-qt
|
neobytes-qt
|
||||||
make
|
make
|
||||||
|
|
||||||
/docker/bin
|
/docker/bin
|
||||||
|
@ -15,7 +15,7 @@ export PYTHONPATH
|
|||||||
|
|
||||||
if BUILD_BITCOIN_LIBS
|
if BUILD_BITCOIN_LIBS
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = libdashconsensus.pc
|
pkgconfig_DATA = libneobytesconsensus.pc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BITCOIND_BIN=$(top_builddir)/src/$(BITCOIN_DAEMON_NAME)$(EXEEXT)
|
BITCOIND_BIN=$(top_builddir)/src/$(BITCOIN_DAEMON_NAME)$(EXEEXT)
|
||||||
|
@ -1152,7 +1152,7 @@ AC_MSG_CHECKING([whether to build libraries])
|
|||||||
AM_CONDITIONAL([BUILD_BITCOIN_LIBS], [test x$build_bitcoin_libs = xyes])
|
AM_CONDITIONAL([BUILD_BITCOIN_LIBS], [test x$build_bitcoin_libs = xyes])
|
||||||
if test x$build_bitcoin_libs = xyes; then
|
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_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
|
fi
|
||||||
AC_MSG_RESULT($build_bitcoin_libs)
|
AC_MSG_RESULT($build_bitcoin_libs)
|
||||||
|
|
||||||
|
@ -6,6 +6,6 @@ includedir=@includedir@
|
|||||||
Name: @PACKAGE_NAME@ consensus library
|
Name: @PACKAGE_NAME@ consensus library
|
||||||
Description: Library for the Bitcoin consensus protocol.
|
Description: Library for the Bitcoin consensus protocol.
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Libs: -L${libdir} -ldashconsensus
|
Libs: -L${libdir} -lneobytesconsensus
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
Requires.private: libcrypto
|
Requires.private: libcrypto
|
Loading…
Reference in New Issue
Block a user