From 053ac5f45780ed82eeaffa457353e6c25593bef3 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 17 Mar 2014 11:18:36 -0700 Subject: [PATCH] Fix test build. I was initially planning on having a separate file of the overrides when I'd forgotten I couldn't rely on ELF symbol lookup. --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index dac8cab8..7cf7d19b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -103,11 +103,11 @@ endif egl_has_extension_nocontext_LDADD = $(EPOXY) libegl_common.la $(X11_LIBS) egl_gles1_without_glx_CPPFLAGS = $(AM_CPPFLAGS) -DGLES_VERSION=1 -egl_gles1_without_glx_SOURCES = egl_without_glx.c egl_without_glx_overrides.c +egl_gles1_without_glx_SOURCES = egl_without_glx.c egl_gles1_without_glx_LDADD = $(EPOXY) $(DLOPEN_LIBS) libegl_common.la $(X11_LIBS) egl_gles2_without_glx_CPPFLAGS = $(AM_CPPFLAGS) -DGLES_VERSION=2 -egl_gles2_without_glx_SOURCES = egl_without_glx.c egl_without_glx_overrides.c +egl_gles2_without_glx_SOURCES = egl_without_glx.c egl_gles2_without_glx_LDADD = $(EPOXY) $(DLOPEN_LIBS) libegl_common.la $(X11_LIBS) glx_beginend_LDADD = $(EPOXY) libglx_common.la $(GL_LIBS) $(X11_LIBS)