diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-01-12 16:55:44 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-01-12 16:55:44 -0500 |
commit | 025d495481f2313a1550d8d101415ff3e3a6b89f (patch) | |
tree | 8d65039507024004cf7e44290e6dfa4cc8fb0a92 /src/makefile.unix | |
parent | 3f64fa1369bde45034e451c4093e0852e59a1cdf (diff) |
Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list from other makefiles
Diffstat (limited to 'src/makefile.unix')
-rw-r--r-- | src/makefile.unix | 23 |
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 \ |