From: Nick Terrell Date: Fri, 2 Sep 2016 03:53:34 +0000 (-0700) Subject: Add zstd/lib in includes X-Git-Tag: v1.1.0~80^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bf8c4d7ff4980c637c4c97041fa4e077d3143e5;p=thirdparty%2Fzstd.git Add zstd/lib in includes --- diff --git a/contrib/pzstd/test/Makefile b/contrib/pzstd/test/Makefile index b7077e2fd..730938041 100644 --- a/contrib/pzstd/test/Makefile +++ b/contrib/pzstd/test/Makefile @@ -22,7 +22,7 @@ ZSTDDIR = ../../../lib GTEST_INC ?= -isystem $(PZSTDDIR)/googletest/googletest/include GTEST_LIB ?= -L $(PZSTDDIR)/googletest/build/googlemock/gtest -CPPFLAGS = -I$(PZSTDDIR) $(GTEST_INC) $(GTEST_LIB) -I$(ZSTDDIR)/common -I$(PROGDIR) +CPPFLAGS = -I$(PZSTDDIR) $(GTEST_INC) $(GTEST_LIB) -I$(ZSTDDIR) -I$(ZSTDDIR)/common -I$(PROGDIR) -I. CXXFLAGS ?= -O3 CXXFLAGS += -std=c++11