From: Emil Velikov Date: Sat, 21 Mar 2015 20:45:22 +0000 (+0000) Subject: automake: add missing egl files to the tarball X-Git-Tag: upstream/17.1.0~19793 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5dc573e5de0eb49bc8622558789ebc4adf03926c;p=platform%2Fupstream%2Fmesa.git automake: add missing egl files to the tarball Namely the Haiku EGL driver backend and the SConscript for the dri2 EGL driver backend. Cc: Alexander von Gluck IV Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Emil Velikov --- diff --git a/src/Makefile.am b/src/Makefile.am index 874a333..18cb4ce 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,7 +53,10 @@ if HAVE_GALLIUM SUBDIRS += gallium endif -EXTRA_DIST = egl/docs getopt hgl SConscript +EXTRA_DIST = \ + egl/drivers/haiku \ + egl/docs \ + getopt hgl SConscript AM_CFLAGS = $(VISIBILITY_CFLAGS) AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS) diff --git a/src/egl/drivers/dri2/Makefile.am b/src/egl/drivers/dri2/Makefile.am index 79a40e8..f589600 100644 --- a/src/egl/drivers/dri2/Makefile.am +++ b/src/egl/drivers/dri2/Makefile.am @@ -64,3 +64,5 @@ if HAVE_EGL_PLATFORM_DRM libegl_dri2_la_SOURCES += platform_drm.c AM_CFLAGS += -DHAVE_DRM_PLATFORM endif + +EXTRA_DIST = SConscript