From 9e30b7e633c0772a4dff6427bc6c25aff8568950 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 30 Jan 2014 12:16:15 -0800 Subject: Fix a typo in the Makefile.am. Fixes #15 (and make dist when built out of tree) --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index aa4dfdd..1291045 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -56,15 +56,15 @@ GENERATED_GL_INCLUDES = \ $() GENERATED_GLX_INCLUDES = \ - $(tuilddir)/../include/epoxy/glx_generated.h \ + $(builddir)/../include/epoxy/glx_generated.h \ $() GENERATED_EGL_INCLUDES = \ - $(tuilddir)/../include/epoxy/egl_generated.h \ + $(builddir)/../include/epoxy/egl_generated.h \ $() GENERATED_WGL_INCLUDES = \ - $(tuilddir)/../include/epoxy/wgl_generated.h \ + $(builddir)/../include/epoxy/wgl_generated.h \ $() GENERATED_GL_SOURCE = gl_generated_dispatch.c -- cgit v1.2.3