[rtems-schedsim commit] schedsim/shell/shared/Makefile.am: Add POSIX includes
Joel Sherrill
joel at rtems.org
Wed May 1 16:05:22 UTC 2013
Module: rtems-schedsim
Branch: master
Commit: dc2edbee52d46366ec3729cd60a02fb27c5af511
Changeset: http://git.rtems.org/rtems-schedsim/commit/?id=dc2edbee52d46366ec3729cd60a02fb27c5af511
Author: Joel Sherrill <joel.sherrill at oarcorp.com>
Date: Wed May 1 11:08:23 2013 -0500
schedsim/shell/shared/Makefile.am: Add POSIX includes
---
schedsim/shell/shared/Makefile.am | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/schedsim/shell/shared/Makefile.am b/schedsim/shell/shared/Makefile.am
index 2e250ff..89719d9 100644
--- a/schedsim/shell/shared/Makefile.am
+++ b/schedsim/shell/shared/Makefile.am
@@ -18,7 +18,10 @@ libschedsim_a_CPPFLAGS += -I$(cpukitdir)/libcsupport/include
libschedsim_a_CPPFLAGS += -I$(cpukitdir)/libmisc/stringto
libschedsim_a_CPPFLAGS += -I$(srcdir)/../../rtems/sched_cpu
libschedsim_a_CPPFLAGS += -I$(srcdir)/include
-
+if HAS_PTHREADS
+libschedsim_a_CPPFLAGS += -I$(cpukitdir)/posix/include
+libschedsim_a_CPPFLAGS += -I$(cpukitdir)/posix/inline
+endif
libschedsim_a_SOURCES = \
commands.c \
More information about the vc
mailing list