qfbsp shouldn't be linking with -pthread

This commit is contained in:
Bill Currie 2002-09-24 03:01:23 +00:00
parent 5904859cca
commit 6cdf8e083e

View file

@ -3,7 +3,6 @@ AUTOMAKE_OPTIONS= foreign
QFBSP_LIBS=@QFBSP_LIBS@
QFBSP_DEPS=@QFBSP_DEPS@
QFBSP_INCS=@QFBSP_INCS@
PTHREAD_FLAGS=@PTHREAD_FLAGS@
INCLUDES= -I$(top_srcdir)/include $(QFBSP_INCS)
@ -20,6 +19,5 @@ qfbsp_SOURCES= \
brush.c csg4.c map.c merge.c nodraw.c options.c outside.c portals.c \
qfbsp.c region.c solidbsp.c surfaces.c tjunc.c writebsp.c
qfbsp_LDFLAGS= $(PTHREAD_FLAGS)
qfbsp_LDADD= $(QFBSP_LIBS)
qfbsp_DEPENDENCIES= $(QFBSP_DEPS)