summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 13:53:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 13:53:50 +0000
commit5c16852e6ac15a5e41e5ce9b8bdbeb639671eb33 (patch)
tree4e081074989d591c1d159e9fe2a86c26b6d397b8 /testsuites/psxtests
parentAdd ../include/pmacros.h (diff)
downloadrtems-5c16852e6ac15a5e41e5ce9b8bdbeb639671eb33.tar.bz2
Remove noinst_HEADERS. Remove POSIX_FILES_DIRS, POSIX_FILES_DIRS.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/Makefile.am8
1 files 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