From 5ee5c331cf5d541c2118ef1dd697f789b95cf733 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 27 May 2003 16:23:29 +0000 Subject: [PATCH] 2003-05-27 Ralf Corsepius PR 409: * include/Makefile.am: Add rtems/stdint.h * include/rtems/stdint.h: New. --- cpukit/ChangeLog | 6 ++++++ cpukit/include/Makefile.am | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index d9e93aee96..b13523a14f 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2003-05-27 Ralf Corsepius + + PR 409: + * include/Makefile.am: Add rtems/stdint.h + * include/rtems/stdint.h: New. + 2003-05-14 Ralf Corsepius * automake/compile.am: Remove LIBSUFFIX_VA (unused). diff --git a/cpukit/include/Makefile.am b/cpukit/include/Makefile.am index c47b90bfa3..ddb913991a 100644 --- a/cpukit/include/Makefile.am +++ b/cpukit/include/Makefile.am @@ -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)/%)