forked from Imagelibrary/rtems
2010-06-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1555/cpukit * Makefile.am, preinstall.am: Install md4.h and md5.h headers.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user