summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-06-14 19:15:46 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-06-14 19:15:46 +0100
commit66a8b662b47ff526b7a6b9ad024d305dc85c7e0f (patch)
tree695722ff670d953cfe0f807d703a291c3149c412
parentd043013fea859f5eb6f677cad28319d093f1dbda (diff)
downloadlibgit2-66a8b662b47ff526b7a6b9ad024d305dc85c7e0f.tar.gz
Fix incorrect revert
-rw-r--r--examples/network/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/Makefile b/examples/network/Makefile
index 17efcfdb3..298b1dc86 100644
--- a/examples/network/Makefile
+++ b/examples/network/Makefile
@@ -2,7 +2,7 @@ default: all
CC = gcc
CFLAGS += -g
-CFLAGS += -I../../include -L../../build
+CFLAGS += -I../../include -L../../build -lgit2 -lpthread
OBJECTS = \
git2.o \