From 2ef165437ce47f50110a9b230f302c5cd5fde1d4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 25 Feb 2011 12:07:33 +0200 Subject: Add support for examples in subdirectories Move the schema example to schema/custom. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index aa62968..b5737d0 100644 --- a/makefile +++ b/makefile @@ -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) -- cgit v1.1