summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-12 23:40:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-12 23:40:16 +0000
commit1672e4432e28ed8028d45916e007911195bbece0 (patch)
tree253759cf500c035e25074648c2944b2e3ccdae2f /cpukit
parent2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1672e4432e28ed8028d45916e007911195bbece0.tar.bz2
2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 548/rtems * Makefile.am: Add src/envlock.c.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libcsupport/ChangeLog5
-rw-r--r--cpukit/libcsupport/Makefile.am5
2 files changed, 7 insertions, 3 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index b254befc46..6b3814de02 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ PR 548/rtems
+ * Makefile.am: Add src/envlock.c.
+
2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reformat, add UNUSED_FILES.
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index 527a5246c4..b1320fe93d 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -8,8 +8,6 @@ include $(top_srcdir)/automake/compile.am
AM_CPPFLAGS += -I$(top_builddir)
AM_CFLAGS += $(LIBC_DEFINES)
-UNUSED_FILES = src/envlock.c
-
EXTRA_LIBRARIES = libcsupport.a
CLEANFILES = libcsupport.a
libcsupport_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
@@ -121,7 +119,8 @@ libcsupport_a_SOURCES += src/unixlibc.c src/hosterr.c
else
libcsupport_a_SOURCES += $(LIBC_GLUE_C_FILES) $(PASSWORD_GROUP_C_FILES) \
$(TERMINAL_IDENTIFICATION_C_FILES) $(SYSTEM_CALL_C_FILES) \
- $(DIRECTORY_SCAN_C_FILES) $(ID_C_FILES)
+ $(DIRECTORY_SCAN_C_FILES) $(ID_C_FILES) \
+ src/envlock.c
endif
libcsupport_g_a_SOURCES = $(libcsupport_a_SOURCES)