diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make dirs := \ +access \ composite \ container \ hello \ @@ -13,6 +14,7 @@ inheritance/reuse \ query \ mapping \ optimistic \ +pimpl \ schema/embedded tr1_dirs := relationship inverse schema/custom view |