summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-05-01 11:08:23 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-05-01 11:09:24 -0500
commitdc2edbee52d46366ec3729cd60a02fb27c5af511 (patch)
tree727df2aa89c5ec5d324ca543b8d90ad4b4edec0f
parentschedsim/shell/schedsim_smpsimple/Makefile.am: Add POSIX includes (diff)
downloadrtems-schedsim-dc2edbee52d46366ec3729cd60a02fb27c5af511.tar.bz2
schedsim/shell/shared/Makefile.am: Add POSIX includes
-rw-r--r--schedsim/shell/shared/Makefile.am5
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 \