modified: .gitignore

modified:   Makefile.am
	modified:   configure.ac
	renamed:    libdashconsensus.pc.in -> libneobytesconsensus.pc.in
This commit is contained in:
SikkieNL 2024-12-17 19:22:51 +01:00
parent ff16b6b0cf
commit ba4d4ee239
4 changed files with 12 additions and 12 deletions

18
.gitignore vendored
View File

@ -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

View File

@ -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)

View File

@ -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)

View File

@ -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