summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuites/ChangeLog1
-rw-r--r--testsuites/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index 272f49b5e7..a7fe1685bc 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,5 +1,6 @@
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * Makefile.am: Don't preinstall support/include headers.
* configure.ac: Fix config-variables of conditionally built subdirs.
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
diff --git a/testsuites/Makefile.am b/testsuites/Makefile.am
index b0b4a64db5..e5c636b94b 100644
--- a/testsuites/Makefile.am
+++ b/testsuites/Makefile.am
@@ -7,7 +7,7 @@ ACLOCAL_AMFLAGS = -I aclocal
DISTCLEANFILES =
CLEANFILES =
-include_HEADERS = support/include/tmacros.h support/include/buffer_test_io.h
+noinst_HEADERS = support/include/tmacros.h support/include/buffer_test_io.h
SUBDIRS = @subdirs@