summaryrefslogtreecommitdiff
path: root/examples/network/Makefile
diff options
context:
space:
mode:
authorKrzysztof Adamski <k@japko.eu>2013-09-01 18:35:39 +0200
committerKrzysztof Adamski <k@japko.eu>2013-09-01 19:00:16 +0200
commit255836ddac05418f6bb2d68d27f5ff290669e2a9 (patch)
treee9e261c0d8ac17c38026503982bea9f5c4770a10 /examples/network/Makefile
parentd6d523486c26f8f10cd687fa2aa328c770650288 (diff)
downloadlibgit2-255836ddac05418f6bb2d68d27f5ff290669e2a9.tar.gz
Adding credentials callback to ls-remote and fetch too.
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)