From dc2edbee52d46366ec3729cd60a02fb27c5af511 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 1 May 2013 11:08:23 -0500 Subject: schedsim/shell/shared/Makefile.am: Add POSIX includes --- schedsim/shell/shared/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3