From d10bfc9a3777f1b1150cfb741b9277a089f62cda Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Tue, 15 Oct 2013 23:49:06 +0000 Subject: [PATCH] added: -I../../pikotools flag when compiling git-svn-id: svn://ttmath.org/publicrep/tito/trunk@443 e52654a7-88a9-db11-a3e9-0013d4bc506e --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index cb6a3c3..0bb3ca7 100755 --- a/src/Makefile +++ b/src/Makefile @@ -9,7 +9,7 @@ $(libname): $(o) %.o: %.cpp - $(CXX) -c $(CXXFLAGS) $< + $(CXX) -c $(CXXFLAGS) -I../../pikotools $< depend: