From 16e0ba0f8d4d61d3af3f087df6b5202d247258fe Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 12 Dec 2007 23:20:41 +0000 Subject: 2007-12-12 Joel Sherrill * libgnat/Makefile.am, wrapup/Makefile.am: Another attempt at the automake variables. --- cpukit/wrapup/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/wrapup') diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index 06a84bcf75..ef6bb703cb 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -19,6 +19,9 @@ TMP_LIBS += ../rtems/librtems.a if LIBPOSIX TMP_LIBS += ../posix/libposix.a +endif + +if HAS_PTHREADS TMP_LIBS += ../libgnat/libgnat.a endif -- cgit v1.2.3