summaryrefslogtreecommitdiff
path: root/examples/network/Makefile
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@elego.de>2012-06-28 09:33:08 +0200
committerCarlos Martín Nieto <cmn@elego.de>2012-06-28 10:24:03 +0200
commit371599576a82b43ab30fe66feadcfb3045e649ff (patch)
treee08bb3bff814fe9614d607c0c03a4e562ec3ebdb /examples/network/Makefile
parented754a75e145352c02da62b5d56df5866d7eec26 (diff)
downloadlibgit2-371599576a82b43ab30fe66feadcfb3045e649ff.tar.gz
indexer: don't use '/objects/pack/' unconditionally
Not everyone who indexes a packfile wants to put it in the standard git repository location.
Diffstat (limited to 'examples/network/Makefile')
-rw-r--r--examples/network/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/Makefile b/examples/network/Makefile
index 298b1dc86..9afd49e5d 100644
--- a/examples/network/Makefile
+++ b/examples/network/Makefile
@@ -2,7 +2,7 @@ default: all
CC = gcc
CFLAGS += -g
-CFLAGS += -I../../include -L../../build -lgit2 -lpthread
+CFLAGS += -I../../include -L../../build -L../.. -lgit2 -lpthread
OBJECTS = \
git2.o \