This commit is contained in:
Ralf Corsepius
2005-11-07 10:36:38 +00:00
parent 933e0fd493
commit f9f05820c6
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ PGM = ${ARCH}/$(SAMPLE).exe
MANAGERS = io mp
noinst_LIBRARIES = lib.a
lib_a_SOURCES = ../init.c ../apptask.c system.h
lib_a_SOURCES = ../init.c ../apptask.c ../system.h
DOCTYPES = doc scn
DOCS = $(DOCTYPES:%=base_mp.%)

View File

@@ -9,7 +9,7 @@ PGM = ${ARCH}/$(SAMPLE).exe
MANAGERS = io mp
noinst_LIBRARIES = lib.a
lib_a_SOURCES = ../init.c ../apptask.c system.h
lib_a_SOURCES = ../init.c ../apptask.c ../system.h
DOCTYPES = doc scn
DOCS = $(DOCTYPES:%=base_mp.%)