summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tmtests/tm04/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/tmtests/tm04/Makefile.am')
-rw-r--r--c/src/tests/tmtests/tm04/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/c/src/tests/tmtests/tm04/Makefile.am b/c/src/tests/tmtests/tm04/Makefile.am
index ba0f3b8b8d..9dc5b10e5c 100644
--- a/c/src/tests/tmtests/tm04/Makefile.am
+++ b/c/src/tests/tmtests/tm04/Makefile.am
@@ -1,8 +1,9 @@
-##
+##
## $Id$
-##
+##
AUTOMAKE_OPTIONS = foreign 1.4
+
TEST = tm04
MANAGERS = io semaphore
@@ -11,7 +12,7 @@ C_FILES = task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
H_FILES = system.h
-noinst_HEADERS =$(H_FILES)
+noinst_HEADERS = $(H_FILES)
DOCTYPES = doc
DOCS = $(DOCTYPES:%=$(TEST).%)