diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make dirs := composite container hello query mapping -tr1_dirs := relationship inverse schema +tr1_dirs := relationship inverse schema/custom boost_dirs := boost dist_dirs := $(dirs) $(tr1_dirs) $(boost_dirs) |