summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/support/include/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 13:39:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 13:39:29 +0000
commitc94eb25b5c7e27385abd7ef8c068633342ae70bb (patch)
tree37213ea9899f96c013d5a2387ebd9ab880a228d6 /c/src/tests/psxtests/support/include/Makefile.am
parentPatch rtems-rc-19991117-12.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c94eb25b5c7e27385abd7ef8c068633342ae70bb.tar.bz2
Patch rtems-rc-19991117-14.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
to convert the psxtests directory from Makefile.in to Makefile.am.
Diffstat (limited to 'c/src/tests/psxtests/support/include/Makefile.am')
-rw-r--r--c/src/tests/psxtests/support/include/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/tests/psxtests/support/include/Makefile.am b/c/src/tests/psxtests/support/include/Makefile.am
new file mode 100644
index 0000000000..72f81c8d07
--- /dev/null
+++ b/c/src/tests/psxtests/support/include/Makefile.am
@@ -0,0 +1,9 @@
+##
+## $Id$
+##
+
+AUTOMAKE_OPTIONS = foreign 1.4
+
+noinst_HEADERS = pmacros.h
+
+include $(top_srcdir)/../../../../automake/local.am