From 2f17222fd6b2f3cfa251e57daf67ee58d25d6e43 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 23 Sep 2010 09:32:31 +0200 Subject: Add the mapping example It shows how to map between C++ value types and SQL types --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 2ce99e2..b252863 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make -dirs := hello template +dirs := hello mapping template dist_dirs := $(filter-out template,$(dirs)) default := $(out_base)/ -- cgit v1.1