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

Brian Paul brianp at vmware.com
Fri May 27 10:58:15 PDT 2011


On 05/25/2011 01:34 PM, Tobias Droste wrote:
> 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)


Looks good to me.  Will commit soon.

-Brian


More information about the mesa-dev mailing list