forked from Imagelibrary/rtems
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 409: * include/Makefile.am: Add rtems/stdint.h * include/rtems/stdint.h: New.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 409:
|
||||
* include/Makefile.am: Add rtems/stdint.h
|
||||
* include/rtems/stdint.h: New.
|
||||
|
||||
2003-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* automake/compile.am: Remove LIBSUFFIX_VA (unused).
|
||||
|
||||
@@ -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)/%)
|
||||
|
||||
Reference in New Issue
Block a user