aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.unix
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.unix')
-rw-r--r--src/makefile.unix2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.unix b/src/makefile.unix
index 7cc72e0ea2..a4f13ae2c9 100644
--- a/src/makefile.unix
+++ b/src/makefile.unix
@@ -51,6 +51,7 @@ HEADERS = \
main.h \
net.h \
noui.h \
+ protocol.h \
rpc.h \
script.h \
serialize.h \
@@ -69,6 +70,7 @@ OBJS= \
obj/keystore.o \
obj/main.o \
obj/net.o \
+ obj/protocol.o \
obj/rpc.o \
obj/script.o \
obj/util.o \