summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-23 05:08:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-23 05:08:56 +0000
commit114c923e534daa0a15ddb75fdf06c1714fe05f49 (patch)
treeaf5713856a4b26d12c9dae3347cb407e5afaa47f /cpukit/libcsupport/Makefile.am
parent2008-12-23 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-114c923e534daa0a15ddb75fdf06c1714fe05f49.tar.bz2
Move src/malloc_p.h to *_SOURCES.
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index 021f57a333..e289d9fd75 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -91,7 +91,7 @@ MALLOC_C_FILES = src/malloc_initialize.c src/calloc.c src/malloc.c \
src/malloc_report_statistics.c src/malloc_report_statistics_plugin.c \
src/malloc_statistics_helpers.c src/malloc_boundary.c \
src/posix_memalign.c src/rtems_memalign.c src/malloc_deferred.c \
- src/malloc_sbrk_helpers.c src/malloc_dirtier.c
+ src/malloc_sbrk_helpers.c src/malloc_dirtier.c src/malloc_p.h
PASSWORD_GROUP_C_FILES = src/getpwent.c
@@ -122,7 +122,7 @@ libcsupport_a_SOURCES += $(LIBC_GLUE_C_FILES) $(PASSWORD_GROUP_C_FILES) \
$(TERMIOS_C_FILES) src/getpagesize.c src/getrusage.c
endif
-EXTRA_DIST = src/TODO src/CASES src/README src/malloc_p.h
+EXTRA_DIST = src/TODO src/CASES src/README
include $(srcdir)/preinstall.am
include $(top_srcdir)/automake/local.am