2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

PR 548/rtems
	* Makefile.am: Add src/envlock.c.
This commit is contained in:
Ralf Corsepius
2004-01-12 23:40:26 +00:00
parent c9207fc532
commit db9d7fc994
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 548/rtems
* Makefile.am: Add src/envlock.c.
2003-11-26 Joel Sherrill <joel@OARcorp.com>
PR 524/filesystem

View File

@@ -12,8 +12,9 @@ include_HEADERS = include/chain.h include/console.h include/clockdrv.h \
include/iosupp.h include/ringbuf.h include/rtc.h \
include/spurious.h include/timerdrv.h include/vmeintr.h
LIBC_HFILES =
if NEED_STDINT_H
LIBC_HFILES = include/stdint.h
LIBC_HFILES += include/stdint.h
endif
if NEED_INTTYPES_H
LIBC_HFILES += include/inttypes.h
@@ -154,7 +155,8 @@ UNIX_C_FILES = $(UNIX_LIBC_C_FILES)
EMBEDDED_C_FILES = $(LIBC_GLUE_C_FILES) $(PASSWORD_GROUP_C_FILES) \
$(TERMINAL_IDENTIFICATION_C_FILES) $(SYSTEM_CALL_C_FILES) \
$(DIRECTORY_SCAN_C_FILES) $(ID_C_FILES)
$(DIRECTORY_SCAN_C_FILES) $(ID_C_FILES) \
src/envlock.c
if UNIX
C_FILES = $(COMMON_C_FILES) $(UNIX_C_FILES)