summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-19 14:39:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-19 14:39:22 +0000
commit0a23c714334eff53b6bab9bc3ba779400823d9ad (patch)
tree2a25d4f87a85c5efb94ab849a8ee91e833ec7bfb /cpukit/libcsupport
parent2007-10-19 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-0a23c714334eff53b6bab9bc3ba779400823d9ad.tar.bz2
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.
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index 10ac75bb31..893f06339b 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -5,6 +5,7 @@
include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
+project_lib_LIBRARIES = libcsupport.a
noinst_LIBRARIES = libcsupport.a
libcsupport_a_CPPFLAGS = $(AM_CPPFLAGS)
@@ -35,7 +36,7 @@ include_rtems_zilog_HEADERS = include/zilog/z8036.h include/zilog/z8530.h \
## General stuff
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/assocnamebad.c src/assocnamebylocalbitfield.c \
src/assocnamebylocal.c src/assocnamebyremotebitfield.c \