Commit 1b6da599 authored by Mihai Moldovan's avatar Mihai Moldovan

nxcomp/src/Makefile.am: PTHREAD_LDFLAGS does not exist, replace with PTHREAD_LIBS.

parent 3af59f80
......@@ -139,7 +139,7 @@ AM_CPPFLAGS = \
libXcomp_la_LDFLAGS = \
-version-number @LT_COMP_VERSION@ \
-no-undefined \
$(PTHREAD_LDFLAGS) \
@PTHREAD_LIBS@ \
$(NULL)
libXcompincludedir = $(includedir)/nx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment