forked from Imagelibrary/rtems
2007-10-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/src/assoc.c: Removed. Accidentally included routine also in another file. Mistake after splitting. * libcsupport/Makefile.am: Reflect file removal.
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
* libcsupport/src/assoc.c: Removed. Accidentally included routine
|
* libcsupport/src/assoc.c: Removed. Accidentally included routine
|
||||||
also in another file. Mistake after splitting.
|
also in another file. Mistake after splitting.
|
||||||
|
* libcsupport/Makefile.am: Reflect file removal.
|
||||||
|
|
||||||
2007-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
include $(top_srcdir)/automake/multilib.am
|
include $(top_srcdir)/automake/multilib.am
|
||||||
include $(top_srcdir)/automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
|
|
||||||
|
project_lib_LIBRARIES = libcsupport.a
|
||||||
noinst_LIBRARIES = libcsupport.a
|
noinst_LIBRARIES = libcsupport.a
|
||||||
libcsupport_a_CPPFLAGS = $(AM_CPPFLAGS)
|
libcsupport_a_CPPFLAGS = $(AM_CPPFLAGS)
|
||||||
|
|
||||||
@@ -35,7 +36,7 @@ include_rtems_zilog_HEADERS = include/zilog/z8036.h include/zilog/z8530.h \
|
|||||||
## General stuff
|
## General stuff
|
||||||
ERROR_C_FILES = src/error.c src/__assert.c
|
ERROR_C_FILES = src/error.c src/__assert.c
|
||||||
|
|
||||||
ASSOCIATION_C_FILES = src/assoc.c src/assoclocalbyname.c \
|
ASSOCIATION_C_FILES = src/assoclocalbyname.c \
|
||||||
src/assoclocalbyremotebitfield.c src/assoclocalbyremote.c \
|
src/assoclocalbyremotebitfield.c src/assoclocalbyremote.c \
|
||||||
src/assocnamebad.c src/assocnamebylocalbitfield.c \
|
src/assocnamebad.c src/assocnamebylocalbitfield.c \
|
||||||
src/assocnamebylocal.c src/assocnamebyremotebitfield.c \
|
src/assocnamebylocal.c src/assocnamebyremotebitfield.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user