summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makeconfig b/Makeconfig
index e90f5f7..044c4e6 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -3,11 +3,11 @@
have-thread-library = yes
-shared-thread-library = $(common-objpfx)libpthread/libpthread_nonshared.a \
- $(common-objpfx)libpthread/libpthread.so
-static-thread-library = $(common-objpfx)libpthread/libpthread.a
+shared-thread-library = $(common-objpfx)htl/libpthread_nonshared.a \
+ $(common-objpfx)htl/libpthread.so
+static-thread-library = $(common-objpfx)htl/libpthread.a
bounded-thread-library = $(static-thread-library)
-rpath-dirs += libpthread
+rpath-dirs += htl
-+includes += -I$(..)libpthread/include
++includes += -I$(..)htl/include