From 66a8b662b47ff526b7a6b9ad024d305dc85c7e0f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 14 Jun 2012 19:15:46 +0100 Subject: [PATCH] Fix incorrect revert --- examples/network/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \