diff options
author | Emil Velikov <[email protected]> | 2015-03-21 20:45:22 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-03-25 21:04:19 +0000 |
commit | d80bc65016671abccaac3746efba0f1d704b7d07 (patch) | |
tree | edb9efd413f6ec62e1b6428e3a0f08ced7da40f4 /src | |
parent | 2abba086ca84f200fae940129c0a5342c3748f00 (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]>
(cherry picked from commit 5dc573e5de0eb49bc8622558789ebc4adf03926c)
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 5 | ||||
-rw-r--r-- | src/egl/drivers/dri2/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8edf33373e9..006e2ff3e72 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_CPPFLAGS = \ -I$(top_srcdir)/include/ \ 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 |