Unverified Commit f0aac089 authored by Mihai Moldovan's avatar Mihai Moldovan

Merge branch 'sunweaver-pr/pthread-flags' into arctica-3.6.x

parents 1ff05c8e 80ecfad9
......@@ -121,7 +121,6 @@ libXcomp_la_LIBADD = \
@JPEG_LIBS@ \
@PNG_LIBS@ \
@Z_LIBS@ \
@PTHREAD_LIBS@ \
$(NULL)
AM_CXXFLAGS = \
......@@ -129,17 +128,18 @@ AM_CXXFLAGS = \
$(JPEG_CFLAGS) \
$(PNG_CFLAGS) \
$(Z_CFLAGS) \
$(PTHREAD_CFLAGS) \
$(NULL)
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
$(PTHREAD_CFLAGS) \
$(NULL)
libXcomp_la_LDFLAGS = \
-version-number @LT_COMP_VERSION@ \
-no-undefined \
@PTHREAD_LIBS@ \
$(PTHREAD_CFLAGS) \
$(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