summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 12:47:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 12:47:07 +0000
commit5ddf969884ffffe5f48a0d5978517ae5b5db580b (patch)
tree6dbddbd4ef3ca2a225503945deb46d4f15b3e469 /testsuites
parent * tm01/Makefile.am: AM_CPPFLAGS += -I..../support/include. (diff)
downloadrtems-5ddf969884ffffe5f48a0d5978517ae5b5db580b.tar.bz2
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Don't preinstall support/include headers.
Diffstat (limited to 'testsuites')
-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@