summaryrefslogtreecommitdiffstats
path: root/cpukit/include/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-05-27 16:17:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-05-27 16:17:31 +0000
commitf4e204cbfa3850a8938f524121e1ca31ca55c60f (patch)
tree033ea7fbbd9ee52b9e45f32102cab88fbbc4afb7 /cpukit/include/Makefile.am
parent2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f4e204cbfa3850a8938f524121e1ca31ca55c60f.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/Makefile.am')
-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)/%)