From 5c16852e6ac15a5e41e5ce9b8bdbeb639671eb33 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 7 Nov 2005 13:53:50 +0000 Subject: [PATCH] Remove noinst_HEADERS. Remove POSIX_FILES_DIRS, POSIX_FILES_DIRS. --- testsuites/psxtests/Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am index 812e4787ef..1e92a47bc4 100644 --- a/testsuites/psxtests/Makefile.am +++ b/testsuites/psxtests/Makefile.am @@ -4,14 +4,10 @@ ACLOCAL_AMFLAGS = -I ../aclocal -noinst_HEADERS = include/pmacros.h - -POSIX_DIRS = psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \ +SUBDIRS = psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 psx09 \ psx10 psx11 psx12 psxtime psxtimer psxcancel psxmsgq01 psxsem01 -POSIX_FILES_DIRS = psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01 - -SUBDIRS = $(POSIX_DIRS) $(POSIX_FILES_DIRS) +SUBDIRS += psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01 include $(top_srcdir)/../automake/subdirs.am include $(top_srcdir)/../automake/local.am