PR 1555/cpukit
	* Makefile.am, preinstall.am: Install md4.h and md5.h headers.
This commit is contained in:
Sebastian Huber
2010-06-14 11:57:06 +00:00
parent f89c34bb07
commit d2065e3ca9
3 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
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

View File

@@ -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 \

View File

@@ -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