summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-06-14 11:57:06 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-06-14 11:57:06 +0000
commitd2065e3ca991b4d5d26c7ad813ca74b699ec14f4 (patch)
treef0376c37cfe555b93b8e4b1e7b82880d53bd5527 /cpukit/Makefile.am
parent2010-06-14 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-d2065e3ca991b4d5d26c7ad813ca74b699ec14f4.tar.bz2
2010-06-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1555/cpukit * Makefile.am, preinstall.am: Install md4.h and md5.h headers.
Diffstat (limited to 'cpukit/Makefile.am')
-rw-r--r--cpukit/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index c684657793..2f731e0dd9 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -50,7 +50,9 @@ if NEWLIB
include_sysdir = $(includedir)/sys
include_sys_HEADERS =
-include_HEADERS += libnetworking/memory.h
+include_HEADERS += libnetworking/memory.h \
+ libmd/md4.h \
+ libmd/md5.h
include_sys_HEADERS += libcsupport/include/sys/ioccom.h \
libcsupport/include/sys/filio.h libcsupport/include/sys/ioctl.h \