diff options
author | Michael Adam <obnox@samba.org> | 2009-09-16 16:35:39 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-16 22:35:35 +0200 |
commit | b5a69151fac7409e21160d3ab8b2759c526812de (patch) | |
tree | 073a7de3cfe1e9b69ce6d2de37e1b8e2f9fe5a34 /Makefile.am | |
parent | f648d82edce8570228f180fb9839d2d6b93bb8ac (diff) |
tests: add Makefile.am to tests/ and tests/scripts dir (for packaging)
Michael
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 736d918..eb70745 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,8 @@ SUBDIRS = \ etc \ docs \ m4macros \ - packaging + packaging \ + tests # tools want this on a single line ACLOCAL_AMFLAGS = -I m4macros |