summaryrefslogtreecommitdiffstats
path: root/testsuites/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 09:01:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 09:01:18 +0000
commite6e81776bd47c739804d1c02bfe7af0bff401d7a (patch)
treea98f97feca291b1cf8c5090170b66bf4dc534b4c /testsuites/Makefile.am
parent2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e6e81776bd47c739804d1c02bfe7af0bff401d7a.tar.bz2
Merge-in support/Makefile.am.
Diffstat (limited to '')
-rw-r--r--testsuites/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/Makefile.am b/testsuites/Makefile.am
index 369f56bd40..b0b4a64db5 100644
--- a/testsuites/Makefile.am
+++ b/testsuites/Makefile.am
@@ -4,9 +4,16 @@
ACLOCAL_AMFLAGS = -I aclocal
+DISTCLEANFILES =
+CLEANFILES =
+
+include_HEADERS = support/include/tmacros.h support/include/buffer_test_io.h
+
SUBDIRS = @subdirs@
EXTRA_DIST = PROBLEMS
+include $(srcdir)/preinstall.am
+
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am