Commit 28606ffb60757d125d8d66e9d83a63b237c4c374

Chris Young 2012-06-14T19:16:27

Merge branch 'development' into pull-req

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/examples/network/Makefile b/examples/network/Makefile
index 17efcfd..298b1dc 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 \