summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-10-27 12:45:10 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-10-27 12:45:10 -0400
commitb18f56eaf260761d8b9154e3004587c90f8c67b8 (patch)
treec4c75dac51e0221061d5d49881e959026cc78d52 /GNUmakefile
parent58004c7c18baae9374f857f07844fa14b56c9644 (diff)
downloadbfs-b18f56eaf260761d8b9154e3004587c90f8c67b8.tar.xz
thread: Move thread wrapper functions out of line
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 62f24fb..2494b16 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -250,6 +250,7 @@ LIBBFS := \
$(OBJ)/src/printf.o \
$(OBJ)/src/pwcache.o \
$(OBJ)/src/stat.o \
+ $(OBJ)/src/thread.o \
$(OBJ)/src/trie.o \
$(OBJ)/src/typo.o \
$(OBJ)/src/xregex.o \