summaryrefslogtreecommitdiffstats
path: root/cpukit/include/Makefile.am
diff options
context:
space:
mode:
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)/%)