diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 |