aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.univalue.include
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-08-30 21:31:39 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-08-30 21:31:39 +0100
commitd71ac768424333b65a6d88c9752cc9c7fdb276f3 (patch)
tree980b6d815876b0e07c124f794ea5e0d6adfba35f /src/Makefile.univalue.include
parente268b48419b802857c329a7ae27d3dbe4c1a9a4b (diff)
downloadbitcoin-d71ac768424333b65a6d88c9752cc9c7fdb276f3.tar.xz
build: Remove Autotools-based build system
Diffstat (limited to 'src/Makefile.univalue.include')
-rw-r--r--src/Makefile.univalue.include6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Makefile.univalue.include b/src/Makefile.univalue.include
deleted file mode 100644
index 3644e36368..0000000000
--- a/src/Makefile.univalue.include
+++ /dev/null
@@ -1,6 +0,0 @@
-include univalue/sources.mk
-
-LIBUNIVALUE = libunivalue.la
-noinst_LTLIBRARIES += $(LIBUNIVALUE)
-libunivalue_la_SOURCES = $(UNIVALUE_LIB_SOURCES_INT) $(UNIVALUE_DIST_HEADERS_INT) $(UNIVALUE_LIB_HEADERS_INT) $(UNIVALUE_TEST_FILES_INT)
-libunivalue_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir)/$(UNIVALUE_INCLUDE_DIR_INT)