diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |