From 1b6da5992dd983a8526e91cd93dd98c01a81aa5b Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Thu, 4 Apr 2019 11:18:35 +0200 Subject: nxcomp/src/Makefile.am: PTHREAD_LDFLAGS does not exist, replace with PTHREAD_LIBS. --- nxcomp/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nxcomp') diff --git a/nxcomp/src/Makefile.am b/nxcomp/src/Makefile.am index 682ddbaca..9cecae88e 100644 --- a/nxcomp/src/Makefile.am +++ b/nxcomp/src/Makefile.am @@ -139,7 +139,7 @@ AM_CPPFLAGS = \ libXcomp_la_LDFLAGS = \ -version-number @LT_COMP_VERSION@ \ -no-undefined \ - $(PTHREAD_LDFLAGS) \ + @PTHREAD_LIBS@ \ $(NULL) libXcompincludedir = $(includedir)/nx -- cgit v1.2.3