From f024a2e50ce5afc95cff339ad819988292634d69 Mon Sep 17 00:00:00 2001
From: devttys0 <heffnercj@gmail.com>
Date: Wed, 30 Apr 2014 10:00:30 -0400
Subject: [PATCH] Fixed Makefile bug introduced in commit 73b9c415a3576fda291f6ae9499fa37986614e0a

---
 Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.in b/Makefile.in
index 00a88d7..dd58594 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -16,6 +16,7 @@ SRC_C_DIR="./src/C"
 all: build
 
 install: build
+	if [ "$(BUILD_C_LIBS)" -eq "1" ]; then make -C $(SRC_C_DIR) install; fi
 	$(PYTHON) ./setup.py install
 	if [ "$(BUILD_C_LIBS)" -eq "1" ]; then ldconfig || true; fi
 
--
libgit2 0.26.0