aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorlecoanet2002-09-26 10:06:14 +0000
committerlecoanet2002-09-26 10:06:14 +0000
commit5ab1d17acb90f8f308aff504b6e2e49512fac92f (patch)
treeedb52a02b9e4d9508375a9383d34f8b09141e3ed /Makefile.in
parent5cdb3b6e26f9367e5623162b31942e332500dc40 (diff)
downloadtkzinc-5ab1d17acb90f8f308aff504b6e2e49512fac92f.zip
tkzinc-5ab1d17acb90f8f308aff504b6e2e49512fac92f.tar.gz
tkzinc-5ab1d17acb90f8f308aff504b6e2e49512fac92f.tar.bz2
tkzinc-5ab1d17acb90f8f308aff504b6e2e49512fac92f.tar.xz
* Ajoute le lien de la lib pthread pour accomoder le
nouveau driver NVidia.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7b43bd4..60a19d0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -70,7 +70,7 @@ GPC=libgpc.so
#
# Define this to use OpenGL
#
-GLX=-lGLU -lGL
+GLX=-lGLU -lGL -lpthread
#GLX=
#