summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/Makefile.am
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-20 01:06:32 +0000
committerKarl Berry <karl@freefriends.org>2021-06-20 01:06:32 +0000
commitbdb9eaba6ce50bf9717119650ec415d86e2dcbbe (patch)
treeed5069f02b6ae113a52d657c8194184c1e592f7c /Build/source/texk/bibtex-x/Makefile.am
parent425df02cf472a278ad44d86cc95b9c8dc3db20a3 (diff)
pthread needed for bibtexu
git-svn-id: svn://tug.org/texlive/trunk@59649 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex-x/Makefile.am')
-rw-r--r--Build/source/texk/bibtex-x/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/bibtex-x/Makefile.am b/Build/source/texk/bibtex-x/Makefile.am
index 9c1317f03ee..0ed7887e9de 100644
--- a/Build/source/texk/bibtex-x/Makefile.am
+++ b/Build/source/texk/bibtex-x/Makefile.am
@@ -1,7 +1,7 @@
## $Id$
## Makefile.am for the TeX Live subdirectory texk/bibtex-x/
##
-## Copyright 2017-2019 Karl Berry <tex-live@tug.org>
+## Copyright 2017-2021 Karl Berry <tex-live@tug.org>
## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
@@ -44,7 +44,7 @@ bibtexu_SOURCES = $(common_sources)
nodist_EXTRA_bibtexu_SOURCES = dummy.cxx
bibtexu_CPPFLAGS = $(AM_CPPFLAGS) $(ICU_INCLUDES) -DUTF_8
$(bibtexu_OBJECTS): $(KPATHSEA_DEPEND) $(ICU_DEPEND)
-bibtexu_LDADD = $(KPATHSEA_LIBS) $(ICU_LIBS) $(ICU_LIBS_EXTRA)
+bibtexu_LDADD = $(KPATHSEA_LIBS) $(ICU_LIBS) $(PTHREAD_LIB) $(ICU_LIBS_EXTRA)
dist_man1_MANS = bibtex8.1 bibtexu.1