diff options
Diffstat (limited to 'src/gallium/state_trackers/egl')
-rw-r--r-- | src/gallium/state_trackers/egl/Makefile.am | 4 | ||||
-rw-r--r-- | src/gallium/state_trackers/egl/Makefile.sources | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/egl/Makefile.am b/src/gallium/state_trackers/egl/Makefile.am index c5dea4bf75b..216bcdbaead 100644 --- a/src/gallium/state_trackers/egl/Makefile.am +++ b/src/gallium/state_trackers/egl/Makefile.am @@ -105,4 +105,6 @@ AM_CPPFLAGS += \ -DFEATURE_VG=1 endif -EXTRA_DIST = Android.mk SConscript +EXTRA_DIST = \ + Android.mk SConscript \ + $(android_FILES) $(gdi_FILES) diff --git a/src/gallium/state_trackers/egl/Makefile.sources b/src/gallium/state_trackers/egl/Makefile.sources index 952e3732abb..03ded584969 100644 --- a/src/gallium/state_trackers/egl/Makefile.sources +++ b/src/gallium/state_trackers/egl/Makefile.sources @@ -10,9 +10,12 @@ common_FILES := \ common/egl_g3d_st.h \ common/egl_g3d_sync.c \ common/egl_g3d_sync.h \ + common/native.h \ + common/native_buffer.h \ common/native_helper.c \ common/native_helper.h \ common/native_modeset.h \ + common/native_wayland_bufmgr.h \ common/native_wayland_drm_bufmgr.c \ common/native_wayland_drm_bufmgr.h |