summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \