summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/include/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 14:20:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 14:20:41 +0000
commita1bcc6e944f80290d49543678878cd06eab96d82 (patch)
tree1f0b96e1634a4577334d0b18cd944b063c697359 /testsuites/psxtests/include/Makefile.am
parentPatch rtems-rc-19991117-15.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a1bcc6e944f80290d49543678878cd06eab96d82.tar.bz2
Moved pmacros.h to include not support/include.
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/include/Makefile.am (renamed from c/src/tests/psxtests/support/Makefile.am)5
1 files changed, 2 insertions, 3 deletions
diff --git a/c/src/tests/psxtests/support/Makefile.am b/testsuites/psxtests/include/Makefile.am
index 45ef0ca4a3..057f4043c1 100644
--- a/c/src/tests/psxtests/support/Makefile.am
+++ b/testsuites/psxtests/include/Makefile.am
@@ -1,10 +1,9 @@
##
-## $Id$
+## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
-SUBDIRS = include
+noinst_HEADERS = pmacros.h
-include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am