From e159da71e25aa50fc73479f9aa7aef7185c28a1c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 26 Apr 2011 09:14:56 +0200 Subject: Add inheritance example --- makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 79c200b..c47cd22 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,15 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make -dirs := composite container hello query mapping schema/embedded +dirs := \ +composite \ +container \ +hello \ +inheritance \ +query \ +mapping \ +schema/embedded + tr1_dirs := relationship inverse schema/custom boost_dirs := boost qt_dirs := qt -- cgit v1.1