build: avoid the use of top_ and abs_ dir paths
Using them has the side effect of confusing the dependency-tracking logic.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
AM_CPPFLAGS += -I$(top_builddir)/src/test/
|
||||
AM_CPPFLAGS += -I$(builddir)/test/
|
||||
|
||||
TESTS += test/test_bitcoin
|
||||
bin_PROGRAMS += test/test_bitcoin
|
||||
|
||||
Reference in New Issue
Block a user