From e6e81776bd47c739804d1c02bfe7af0bff401d7a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 9 Nov 2005 09:01:18 +0000 Subject: [PATCH] Merge-in support/Makefile.am. --- testsuites/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) 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