aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-26 09:14:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-26 09:14:56 +0200
commite159da71e25aa50fc73479f9aa7aef7185c28a1c (patch)
treebf4fae4b9fd76983c69b67a76dc3be8974ce943a /makefile
parentba7a7b6ed8b81df116b1c2352665b03192386793 (diff)
Add inheritance example
Diffstat (limited to 'makefile')
-rw-r--r--makefile10
1 files changed, 9 insertions, 1 deletions
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