2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

PR 409:
	* include/Makefile.am: Add rtems/stdint.h
	* include/rtems/stdint.h: New.
This commit is contained in:
Ralf Corsepius
2003-05-27 16:23:29 +00:00
parent d17d9c81e7
commit 5ee5c331cf
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 409:
* include/Makefile.am: Add rtems/stdint.h
* include/rtems/stdint.h: New.
2003-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove LIBSUFFIX_VA (unused).

View File

@@ -16,7 +16,8 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE) \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
include_rtemsdir = $(includedir)/rtems
include_rtems_HEADERS = rtems/bspIo.h rtems/userenv.h rtems/fs.h
include_rtems_HEADERS = rtems/bspIo.h rtems/userenv.h rtems/fs.h \
rtems/stdint.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%)