File tree Expand file tree Collapse file tree 7 files changed +16
-20
lines changed Expand file tree Collapse file tree 7 files changed +16
-20
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ LIBBITCOIN_UTIL=libbitcoin_util.a
31
31
LIBBITCOIN_CRYPTO =crypto/libbitcoin_crypto.a
32
32
LIBBITCOINQT =qt/libbitcoinqt.a
33
33
LIBSECP256K1 =secp256k1/libsecp256k1.la
34
- LIBUNIVALUE =univalue/lib/ libunivalue.la
34
+ LIBUNIVALUE =univalue/libunivalue.la
35
35
36
36
$(LIBSECP256K1 ) : $(wildcard secp256k1/src/* ) $(wildcard secp256k1/include/* )
37
37
$(AM_V_at )$(MAKE ) $(AM_MAKEFLAGS ) -C $(@D ) $(@F )
Original file line number Diff line number Diff line change @@ -19,4 +19,13 @@ test-driver
19
19
libtool
20
20
ltmain.sh
21
21
22
+ * .a
23
+ * .la
24
+ * .lo
25
+ * .logs
22
26
* .o
27
+ * .pc
28
+ * .trs
29
+
30
+ .dirstamp
31
+ .libs
Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ ACLOCAL_AMFLAGS = -I build-aux/m4
5
5
include_HEADERS = include/univalue.h
6
6
noinst_HEADERS = lib/univalue_escapes.h
7
7
8
- lib_LTLIBRARIES = lib/ libunivalue.la
8
+ lib_LTLIBRARIES = libunivalue.la
9
9
10
10
pkgconfigdir = $(libdir ) /pkgconfig
11
11
pkgconfig_DATA = pc/libunivalue.pc
12
12
13
- lib_libunivalue_la_SOURCES = \
13
+ libunivalue_la_SOURCES = \
14
14
lib/univalue.cpp \
15
15
lib/univalue_read.cpp \
16
16
lib/univalue_write.cpp
17
17
18
- lib_libunivalue_la_LDFLAGS = \
18
+ libunivalue_la_LDFLAGS = \
19
19
-version-info $(LIBUNIVALUE_CURRENT ) :$(LIBUNIVALUE_REVISION ) :$(LIBUNIVALUE_AGE ) \
20
20
-no-undefined
21
- lib_libunivalue_la_CXXFLAGS = -I$(top_srcdir ) /include
21
+ libunivalue_la_CXXFLAGS = -I$(top_srcdir ) /include
22
22
23
23
TESTS = test/unitester
24
24
@@ -38,7 +38,7 @@ noinst_PROGRAMS = $(TESTS)
38
38
TEST_DATA_DIR =test
39
39
40
40
test_unitester_SOURCES = test/unitester.cpp
41
- test_unitester_LDADD = lib/ libunivalue.la
41
+ test_unitester_LDADD = libunivalue.la
42
42
test_unitester_CXXFLAGS = -I$(top_srcdir ) /include -DJSON_TEST_SRC=\"$(srcdir ) /$(TEST_DATA_DIR ) \"
43
43
test_unitester_LDFLAGS = -static $(LIBTOOL_APP_LDFLAGS )
44
44
Original file line number Diff line number Diff line change
1
+ /* .m4
Original file line number Diff line number Diff line change 1
-
2
- libunivalue-uninstalled.pc
3
- libunivalue.pc
4
- libunivalue.a
5
1
gen
6
-
7
2
.libs
8
- * .lo
9
- * .la
10
-
Original file line number Diff line number Diff line change 1
-
2
1
unitester
3
-
4
- * .log
5
- * .trs
6
-
7
- .libs
You can’t perform that action at this time.
0 commit comments