aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.unix
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.unix')
-rw-r--r--src/makefile.unix23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/makefile.unix b/src/makefile.unix
index 8b41b74a1b..dad100db10 100644
--- a/src/makefile.unix
+++ b/src/makefile.unix
@@ -84,29 +84,6 @@ LIBS+= \
DEBUGFLAGS=-g
CXXFLAGS=-O2
xCXXFLAGS=-pthread -Wno-invalid-offsetof -Wformat $(DEBUGFLAGS) $(DEFS) $(HARDENING) $(CXXFLAGS)
-HEADERS = \
- base58.h \
- bignum.h \
- checkpoints.h \
- compat.h \
- crypter.h \
- db.h \
- headers.h \
- init.h \
- irc.h \
- key.h \
- keystore.h \
- main.h \
- net.h \
- noui.h \
- protocol.h \
- bitcoinrpc.h \
- script.h \
- serialize.h \
- strlcpy.h \
- uint256.h \
- util.h \
- wallet.h
OBJS= \
obj/checkpoints.o \