2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/Makefile.am: Reflect changes to posix/.
	Reflect changes to itron/.
This commit is contained in:
Ralf Corsepius
2002-12-09 05:37:58 +00:00
parent 99db5e9420
commit 89e9cc499b
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to posix/.
Reflect changes to itron/.
2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.

View File

@@ -16,11 +16,11 @@ SAPI_OBJS = ../sapi/src/$(ARCH)/libsapi.a
RTEMS_OBJS = ../rtems/src/$(ARCH)/librtems.a
if HAS_POSIX
POSIX_OBJS = ../posix/src/$(ARCH)/libposix.a
POSIX_OBJS = ../posix/$(ARCH)/libposix.a
endif
if HAS_ITRON
ITRON_OBJS = ../itron/src/$(ARCH)/libitron.a
ITRON_OBJS = ../itron/$(ARCH)/libitron.a
endif
LIBCSUPPORT_OBJS = ../libcsupport/$(ARCH)/libcsupport.a