diff options
author | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2012-06-14 19:15:46 +0100 |
---|---|---|
committer | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2012-06-14 19:15:46 +0100 |
commit | 66a8b662b47ff526b7a6b9ad024d305dc85c7e0f (patch) | |
tree | 695722ff670d953cfe0f807d703a291c3149c412 | |
parent | d043013fea859f5eb6f677cad28319d093f1dbda (diff) | |
download | libgit2-66a8b662b47ff526b7a6b9ad024d305dc85c7e0f.tar.gz |
Fix incorrect revert
-rw-r--r-- | examples/network/Makefile | 2 |
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 \ |