From 61a2c398582c2c30c24bf322eb79945ea4dfc466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Mon, 2 Jun 2014 16:04:55 +0200 Subject: [PATCH] Fix the include path in the default Makefile for "example1" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1803265..44108db 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ endif CPPDEPS = -MT $@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP -SQLITE_CXXFLAGS = $(BUILD_FLAGS) $(CXXFLAGS) +SQLITE_CXXFLAGS = $(BUILD_FLAGS) $(CXXFLAGS) -I include SQLITE_EXAMPLE1_OBJECTS = \ $(BUILD)/main.o \ $(BUILD)/Column.o \