summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-07-01 14:51:25 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-07-01 14:51:25 +0000
commite8cec9e302d55561fd08128f708e440270f944d5 (patch)
treef38f86c3a05d151b3ba8864866f548290678d2f0 /cpukit/Makefile.am
parent2010-06-10 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-e8cec9e302d55561fd08128f708e440270f944d5.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. 2010-06-14 Sebastian Huber <sebastian.huber@embedded-brains.de> * sapi/include/confdefs.h: Do not define a filesystem if CONFIGURE_APPLICATION_DISABLE_FILESYSTEM is defined.
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 dfe7ebd2f7..943d1fd0dd 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -52,7 +52,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 \