summaryrefslogtreecommitdiffstats
path: root/cpukit/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-05-27 16:23:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-05-27 16:23:29 +0000
commit5ee5c331cf5d541c2118ef1dd697f789b95cf733 (patch)
tree2606433bdc4b3da5d013f16318481ad694c85bce /cpukit/include
parentThis commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'. (diff)
downloadrtems-5ee5c331cf5d541c2118ef1dd697f789b95cf733.tar.bz2
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 409: * include/Makefile.am: Add rtems/stdint.h * include/rtems/stdint.h: New.
Diffstat (limited to 'cpukit/include')
-rw-r--r--cpukit/include/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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)/%)