From 0a23c714334eff53b6bab9bc3ba779400823d9ad Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 19 Oct 2007 14:39:22 +0000 Subject: [PATCH] 2007-10-19 Joel Sherrill * libcsupport/src/assoc.c: Removed. Accidentally included routine also in another file. Mistake after splitting. * libcsupport/Makefile.am: Reflect file removal. --- cpukit/ChangeLog | 1 + cpukit/libcsupport/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 404c3fe990..7e1ae2fa6e 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -2,6 +2,7 @@ * libcsupport/src/assoc.c: Removed. Accidentally included routine also in another file. Mistake after splitting. + * libcsupport/Makefile.am: Reflect file removal. 2007-10-15 Ralf Corsépius 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 \