From bfdefa7414bebc562960bf281ce60286be394a3d Mon Sep 17 00:00:00 2001 From: zhengchao Date: Wed, 6 Apr 2016 10:45:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86mesa=5Ffuzzy.h=E6=94=BE=E5=85=A5inc?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=EF=BC=8C=E4=BE=BF=E4=BA=8E=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {src/entry => inc}/mesa_fuzzy.h | 0 test/Makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {src/entry => inc}/mesa_fuzzy.h (100%) diff --git a/src/entry/mesa_fuzzy.h b/inc/mesa_fuzzy.h similarity index 100% rename from src/entry/mesa_fuzzy.h rename to inc/mesa_fuzzy.h diff --git a/test/Makefile b/test/Makefile index 2cbe2e7..089366a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,6 +2,6 @@ LIBS=../lib/libmaatframe.so INC=-I../inc/ -I/usr/include/MESA/ all: g++ -o maat_test -g -Wall maat_test.cpp $(INC) $(LIBS) - g++ -o digest_gen -g digest_gen.c -I../src/entry/ ../lib/libmaatframe.so + g++ -o digest_gen -g digest_gen.c $(INC) $(LIBS) clean: rm maat_test test.log* -f