diff options
Diffstat (limited to 'src/makefile.vc')
-rw-r--r-- | src/makefile.vc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.vc b/src/makefile.vc index edaba80a7b..a5437bcf5c 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -58,6 +58,7 @@ HEADERS = \ main.h \ net.h \ noui.h \ + protocol.h \ rpc.h \ script.h \ serialize.h \ @@ -77,6 +78,7 @@ OBJS= \ obj\main.o \ obj\net.o \ obj\rpc.o \ + obj\protocol.o \ obj\script.o \ obj\util.o \ obj\wallet.o \ |