diff options
author | Emil Velikov <[email protected]> | 2015-11-20 15:12:56 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-11-20 18:08:04 +0000 |
commit | 8fdb54879963892cd9c3d0ca09172f2b3533043f (patch) | |
tree | 7299efd94880eb6020d0a2dd8d07fb20602144a8 /src/egl/Makefile.am | |
parent | ae6d6941f6656494adafb025475f83e02c6dd684 (diff) |
egl: don't forget to ship platform_x11_dri3.h into the tarball
Should have been a part of f35198badeb
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/Makefile.am')
-rw-r--r-- | src/egl/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am index 0b463c8deb0..6953d44e607 100644 --- a/src/egl/Makefile.am +++ b/src/egl/Makefile.am @@ -57,7 +57,9 @@ dri2_backend_FILES += drivers/dri2/platform_x11.c if HAVE_DRI3 dri3_backend_FILES += \ - drivers/dri2/platform_x11_dri3.c + drivers/dri2/platform_x11_dri3.c \ + drivers/dri2/platform_x11_dri3.h + libEGL_la_LIBADD += $(top_builddir)/src/loader/libloader_dri3_helper.la endif endif |