diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-16 13:02:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-16 13:02:46 +0000 |
commit | 075744a86f2c305f14b37a0495491ef7d1c4bf2d (patch) | |
tree | 402745b637b36c35dbda6fcb19d8c18001aee35d | |
parent | tests: add tests.h to EXTRA_DIST (diff) | |
download | sandbox-1.3.0.tar.gz sandbox-1.3.0.tar.bz2 sandbox-1.3.0.zip |
tests: add an include to top srcdirv1.3.0
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e3b96c4..82fa16f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,6 +5,8 @@ EXTRA_DIST = atlocal.in package.m4.in $(AT_FILES) $(TESTSUITE) \ test-skel-0.c \ tests.h +INCLUDES = -I$(top_srcdir) + check_PROGRAMS = \ access-0 \ chmod-0 \ |