]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Add zstd/lib in includes
authorNick Terrell <terrelln@fb.com>
Fri, 2 Sep 2016 03:53:34 +0000 (20:53 -0700)
committerNick Terrell <terrelln@fb.com>
Fri, 2 Sep 2016 03:53:34 +0000 (20:53 -0700)
contrib/pzstd/test/Makefile

index b7077e2fd3ea9eb19e65eae1050b2bc1166ecf36..73093804109f6e746e8aa57caa2fba03401d2381 100644 (file)
@@ -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