From 5ddf969884ffffe5f48a0d5978517ae5b5db580b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 9 Nov 2005 12:47:07 +0000 Subject: [PATCH] 2005-11-09 Ralf Corsepius * Makefile.am: Don't preinstall support/include headers. --- testsuites/ChangeLog | 1 + testsuites/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 + * Makefile.am: Don't preinstall support/include headers. * configure.ac: Fix config-variables of conditionally built subdirs. 2005-11-09 Ralf Corsepius 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@