diff options
author | Emil Velikov <[email protected]> | 2015-03-21 20:45:22 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-03-25 21:00:02 +0000 |
commit | 5dc573e5de0eb49bc8622558789ebc4adf03926c (patch) | |
tree | 828d0e6fddd94432852fcae62df4719e2862b98c /src/egl | |
parent | 60757802471ba5a13e31cac7786eed3f369b6927 (diff) |
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 <[email protected]>
Cc: [email protected]
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl')
-rw-r--r-- | src/egl/drivers/dri2/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/drivers/dri2/Makefile.am b/src/egl/drivers/dri2/Makefile.am index 79a40e83210..f589600be0f 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 |