summaryrefslogtreecommitdiff
path: root/examples/network/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/Makefile')
-rw-r--r--examples/network/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/network/Makefile b/examples/network/Makefile
index 810eb705b..f65c6cb26 100644
--- a/examples/network/Makefile
+++ b/examples/network/Makefile
@@ -11,7 +11,8 @@ OBJECTS = \
ls-remote.o \
fetch.o \
clone.o \
- index-pack.o
+ index-pack.o \
+ common.o
all: $(OBJECTS)
$(CC) $(CFLAGS) $(LDFLAGS) -o git2 $(OBJECTS) $(LIBRARIES)