diff options
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 57ed402..d573765 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,14 @@ NULL = AUTOMAKE_OPTIONS = dist-bzip2 -SUBDIRS = build_tools hieroglyph devices src lib tests +SUBDIRS = build_tools hieroglyph devices src lib if ENABLE_PLUGINS SUBDIRS += plugins endif +# to ensure "tests" is last entry. +SUBDIRS += tests + ACLOCAL_AMFLAGS = \ -I m4macros \ $(NULL) |