summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-05-01 11:07:47 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-05-01 11:09:24 -0500
commit2c73384b2e09f47c562d00ee2618eaebd9fe8430 (patch)
tree9a7eed32dac2119fd256791c0593128a634503d0
parentschedsim/rtems/Makefile.am: Add POSIX includes (diff)
downloadrtems-schedsim-2c73384b2e09f47c562d00ee2618eaebd9fe8430.tar.bz2
schedsim/shell/schedsim_priority/Makefile.am: Add POSIX includes
-rw-r--r--schedsim/shell/schedsim_priority/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/schedsim/shell/schedsim_priority/Makefile.am b/schedsim/shell/schedsim_priority/Makefile.am
index 8cf0e86..32febc6 100644
--- a/schedsim/shell/schedsim_priority/Makefile.am
+++ b/schedsim/shell/schedsim_priority/Makefile.am
@@ -21,6 +21,10 @@ schedsim_priority_CPPFLAGS += -I$(cpukitdir)/libmisc/stringto
schedsim_priority_CPPFLAGS += -I$(srcdir)/../../rtems/sched_cpu
schedsim_priority_CPPFLAGS += -I$(srcdir)/../shared/include
schedsim_priority_CPPFLAGS += -I$(srcdir)/../shared
+if HAS_PTHREADS
+schedsim_priority_CPPFLAGS += -I$(cpukitdir)/posix/include
+schedsim_priority_CPPFLAGS += -I$(cpukitdir)/posix/inline
+endif
schedsim_priority_LDFLAGS =-Wl,--wrap=_Thread_Dispatch
## schedsim_priorityLDADD +=-Wl,--start-group