summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-19 14:38:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-10-19 14:38:25 +0000
commit0afb968badcdb2eb90ec1d17be6524a854c817df (patch)
tree69fce6f2f7af948b867af5ab501c1a0ec9d4cb4c /cpukit/libcsupport
parent9fe54b246968bfe85469502faad75450e4f5cfd3 (diff)
2007-10-19 Joel Sherrill <joel.sherrill@OARcorp.com>
* libcsupport/src/assoc.c: Removed. Accidentally included routine also in another file. Mistake after splitting. * libcsrc/Makefile.am: Reflect file removal.
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index fdbeb48994..504a7bd06d 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -35,7 +35,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 \