mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Merge commit '313e7f5c89d6e72e06efe9255089765b4c5815fe' into HEAD
This commit is contained in:
commit
31f4ba97b7
9
src/univalue/.gitignore
vendored
9
src/univalue/.gitignore
vendored
@ -19,4 +19,13 @@ test-driver
|
|||||||
libtool
|
libtool
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
|
|
||||||
|
*.a
|
||||||
|
*.la
|
||||||
|
*.lo
|
||||||
|
*.logs
|
||||||
*.o
|
*.o
|
||||||
|
*.pc
|
||||||
|
*.trs
|
||||||
|
|
||||||
|
.dirstamp
|
||||||
|
.libs
|
||||||
|
@ -5,20 +5,20 @@ ACLOCAL_AMFLAGS = -I build-aux/m4
|
|||||||
include_HEADERS = include/univalue.h
|
include_HEADERS = include/univalue.h
|
||||||
noinst_HEADERS = lib/univalue_escapes.h
|
noinst_HEADERS = lib/univalue_escapes.h
|
||||||
|
|
||||||
lib_LTLIBRARIES = lib/libunivalue.la
|
lib_LTLIBRARIES = libunivalue.la
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = pc/libunivalue.pc
|
pkgconfig_DATA = pc/libunivalue.pc
|
||||||
|
|
||||||
lib_libunivalue_la_SOURCES = \
|
libunivalue_la_SOURCES = \
|
||||||
lib/univalue.cpp \
|
lib/univalue.cpp \
|
||||||
lib/univalue_read.cpp \
|
lib/univalue_read.cpp \
|
||||||
lib/univalue_write.cpp
|
lib/univalue_write.cpp
|
||||||
|
|
||||||
lib_libunivalue_la_LDFLAGS = \
|
libunivalue_la_LDFLAGS = \
|
||||||
-version-info $(LIBUNIVALUE_CURRENT):$(LIBUNIVALUE_REVISION):$(LIBUNIVALUE_AGE) \
|
-version-info $(LIBUNIVALUE_CURRENT):$(LIBUNIVALUE_REVISION):$(LIBUNIVALUE_AGE) \
|
||||||
-no-undefined
|
-no-undefined
|
||||||
lib_libunivalue_la_CXXFLAGS = -I$(top_srcdir)/include
|
libunivalue_la_CXXFLAGS = -I$(top_srcdir)/include
|
||||||
|
|
||||||
TESTS = test/unitester
|
TESTS = test/unitester
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ noinst_PROGRAMS = $(TESTS)
|
|||||||
TEST_DATA_DIR=test
|
TEST_DATA_DIR=test
|
||||||
|
|
||||||
test_unitester_SOURCES = test/unitester.cpp
|
test_unitester_SOURCES = test/unitester.cpp
|
||||||
test_unitester_LDADD = lib/libunivalue.la
|
test_unitester_LDADD = libunivalue.la
|
||||||
test_unitester_CXXFLAGS = -I$(top_srcdir)/include -DJSON_TEST_SRC=\"$(srcdir)/$(TEST_DATA_DIR)\"
|
test_unitester_CXXFLAGS = -I$(top_srcdir)/include -DJSON_TEST_SRC=\"$(srcdir)/$(TEST_DATA_DIR)\"
|
||||||
test_unitester_LDFLAGS = -static $(LIBTOOL_APP_LDFLAGS)
|
test_unitester_LDFLAGS = -static $(LIBTOOL_APP_LDFLAGS)
|
||||||
|
|
||||||
|
1
src/univalue/build-aux/m4/.gitignore
vendored
Normal file
1
src/univalue/build-aux/m4/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/*.m4
|
8
src/univalue/lib/.gitignore
vendored
8
src/univalue/lib/.gitignore
vendored
@ -1,10 +1,2 @@
|
|||||||
|
|
||||||
libunivalue-uninstalled.pc
|
|
||||||
libunivalue.pc
|
|
||||||
libunivalue.a
|
|
||||||
gen
|
gen
|
||||||
|
|
||||||
.libs
|
.libs
|
||||||
*.lo
|
|
||||||
*.la
|
|
||||||
|
|
||||||
|
6
src/univalue/test/.gitignore
vendored
6
src/univalue/test/.gitignore
vendored
@ -1,7 +1 @@
|
|||||||
|
|
||||||
unitester
|
unitester
|
||||||
|
|
||||||
*.log
|
|
||||||
*.trs
|
|
||||||
|
|
||||||
.libs
|
|
||||||
|
Loading…
Reference in New Issue
Block a user