summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKyle Brenneman <kbrenneman@nvidia.com>2016-02-22 16:30:40 -0700
committerKyle Brenneman <kbrenneman@nvidia.com>2016-02-25 12:54:29 -0700
commitdcc1c9ca332ce95dfefc55b8be70f9e2869ca206 (patch)
treec3c84863777f3bed5e55703836581ea27425af9a /configure.ac
parent26b22048c719ed5d4d842113e21a633cfe34e209 (diff)
Remove the makefile for glvnd_pthread.
Moved glvnd_pthread.h and glvnd_pthread.c into src/utils, and removed the separate makefile for them. The other makefiles now just grab the source file directly instead. Reviewed-by: Andy Ritger <aritger@nvidia.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c23bcbd..a9c3e90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -312,7 +312,6 @@ AC_CONFIG_FILES([Makefile
src/GLdispatch/Makefile
src/GLdispatch/vnd-glapi/Makefile
src/util/Makefile
- src/util/glvnd_pthread/Makefile
src/util/trace/Makefile
tests/Makefile
tests/GLX_dummy/Makefile])