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)/%)