Demos (master): egl/opengl: add missing AM_CFLAGS in Makefile

Brian Paul brianp at kemper.freedesktop.org
Fri May 27 17:58:25 UTC 2011


Module: Demos
Branch: master
Commit: 410c3112f76de7a3ea586e64b8be2e007c496795
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=410c3112f76de7a3ea586e64b8be2e007c496795

Author: Tobias Droste <tdroste at gmx.de>
Date:   Wed May 25 21:34:11 2011 +0200

egl/opengl: add missing AM_CFLAGS in Makefile

Signed-off-by: Tobias Droste <tdroste at gmx.de>
Signed-off-by: Brian Paul <brianp at vmware.com>

---

 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)




More information about the mesa-commit mailing list