summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-08-16 05:39:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-08-16 05:39:59 +0000
commite501d79f46c347203a912332b5892836054335a0 (patch)
treed911feb87477659938e6bf793623d9d1a5b47b2a /cpukit/posix/Makefile.am
parent2010-08-16 Alin Rus <alin.codejunkie@gmail.com> (diff)
downloadrtems-e501d79f46c347203a912332b5892836054335a0.tar.bz2
2010-08-16 Alin Rus <alin.codejunkie@gmail.com>
* posix/include/aio.h: Extend struct aiocb. * posix/include/rtems/posix/aio_misc.h: New.
Diffstat (limited to 'cpukit/posix/Makefile.am')
-rw-r--r--cpukit/posix/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/posix/Makefile.am b/cpukit/posix/Makefile.am
index f71b34b48a..463705e688 100644
--- a/cpukit/posix/Makefile.am
+++ b/cpukit/posix/Makefile.am
@@ -24,12 +24,11 @@ include_rtems_posix_HEADERS = include/rtems/posix/sigset.h
if HAS_PTHREADS
# include
-
include_HEADERS = include/aio.h include/mqueue.h \
include/semaphore.h include/devctl.h
# include/rtems/posix
-
+include_rtems_posix_HEADERS += include/rtems/posix/aio_misc.h
include_rtems_posix_HEADERS += include/rtems/posix/cancel.h \
include/rtems/posix/cond.h include/rtems/posix/config.h \