summaryrefslogtreecommitdiffstats
path: root/cpukit
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
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')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/Makefile.am4
-rw-r--r--cpukit/preinstall.am8
3 files changed, 16 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index bc9182b16e..81dc156b42 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
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.
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 \
diff --git a/cpukit/preinstall.am b/cpukit/preinstall.am
index 8b9911081d..b430f793c2 100644
--- a/cpukit/preinstall.am
+++ b/cpukit/preinstall.am
@@ -60,6 +60,14 @@ $(PROJECT_INCLUDE)/memory.h: libnetworking/memory.h $(PROJECT_INCLUDE)/$(dirstam
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/memory.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/memory.h
+$(PROJECT_INCLUDE)/md4.h: libmd/md4.h $(PROJECT_INCLUDE)/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/md4.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/md4.h
+
+$(PROJECT_INCLUDE)/md5.h: libmd/md5.h $(PROJECT_INCLUDE)/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/md5.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/md5.h
+
$(PROJECT_INCLUDE)/sys/ioccom.h: libcsupport/include/sys/ioccom.h $(PROJECT_INCLUDE)/sys/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sys/ioccom.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/ioccom.h