summaryrefslogtreecommitdiffstats
path: root/cpukit/libstdthreads/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libstdthreads/Makefile.am')
-rw-r--r--cpukit/libstdthreads/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/libstdthreads/Makefile.am b/cpukit/libstdthreads/Makefile.am
index 8b4ffaae0f..b6b9138063 100644
--- a/cpukit/libstdthreads/Makefile.am
+++ b/cpukit/libstdthreads/Makefile.am
@@ -8,7 +8,6 @@ libstdthreads_a_CFLAGS = -std=c11
libstdthreads_a_CPPFLAGS = $(AM_CPPFLAGS)
libstdthreads_a_SOURCES =
-if HAVE_THREADS_H
libstdthreads_a_SOURCES += call_once.c
libstdthreads_a_SOURCES += cnd.c
libstdthreads_a_SOURCES += mtx.c
@@ -16,6 +15,5 @@ if HAS_PTHREADS
libstdthreads_a_SOURCES += thrd.c
endif
libstdthreads_a_SOURCES += tss.c
-endif
include $(top_srcdir)/automake/local.am