From ab51fa65f9e8cad4ef5a1db85029dfe6404e9a1f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 Jan 2011 11:31:14 +0200 Subject: Add composite, relationship, and inverse examples All add the TR1 test for the latter two examples. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8035971..32f52bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,5 +5,9 @@ SUBDIRS = __path__(dirs) +if HAVE_TR1_MEMORY +SUBDIRS += __path__(tr1_dirs) +endif + EXTRA_DIST = __file__(extra_dist) ACLOCAL_AMFLAGS = -I m4 -- cgit v1.1