[Mesa-dev] [PATCH] egl/opengl: add missing AM_CFLAGS in Makefile

Tobias Droste tdroste at gmx.de
Wed May 25 12:34:11 PDT 2011


Signed-off-by: Tobias Droste <tdroste at gmx.de>
---
 src/egl/opengl/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/egl/opengl/Makefile.am b/src/egl/opengl/Makefile.am
index 0da45d9..2c9956f 100644
--- a/src/egl/opengl/Makefile.am
+++ b/src/egl/opengl/Makefile.am
@@ -78,5 +78,5 @@ eglgears_x11_LDADD = ../eglut/libeglut_x11.la
 egltri_x11_LDADD = ../eglut/libeglut_x11.la
 
 eglkms_SOURCES = eglkms.c
-eglkms_CFLAGS = $(DRM_CFLAGS)
+eglkms_CFLAGS = $(AM_CFLAGS) $(DRM_CFLAGS)
 eglkms_LDADD = $(AM_LDFLAGS) $(DRM_LIBS)
-- 
1.7.3.4



More information about the mesa-dev mailing list