forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user