diff options
Diffstat (limited to 'src/gallium/state_trackers/egl/Makefile.sources')
-rw-r--r-- | src/gallium/state_trackers/egl/Makefile.sources | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/gallium/state_trackers/egl/Makefile.sources b/src/gallium/state_trackers/egl/Makefile.sources index aaf6b8b6405..2f60b3ab348 100644 --- a/src/gallium/state_trackers/egl/Makefile.sources +++ b/src/gallium/state_trackers/egl/Makefile.sources @@ -1,4 +1,4 @@ -common_SOURCES := \ +common_FILES := \ common/egl_g3d_api.c \ common/egl_g3d.c \ common/egl_g3d_image.c \ @@ -7,33 +7,33 @@ common_SOURCES := \ common/native_helper.c \ common/native_wayland_drm_bufmgr.c -android_SOURCES := \ +android_FILES := \ android/native_android.cpp -drm_SOURCES := \ +drm_FILES := \ drm/modeset.c \ drm/native_drm.c -fbdev_SOURCES := \ +fbdev_FILES := \ fbdev/native_fbdev.c -gdi_SOURCES := \ +gdi_FILES := \ gdi/native_gdi.c -null_SOURCES := \ +null_FILES := \ null/native_null.c -x11_SOURCES := \ +x11_FILES := \ x11/glxinit.c \ x11/native_dri2.c \ x11/native_x11.c \ x11/native_ximage.c -x11_drm_SOURCES := \ +x11_drm_FILES := \ x11/x11_screen.c \ x11/dri2.c -wayland_SOURCES := \ +wayland_FILES := \ wayland/native_drm.c \ wayland/native_shm.c \ wayland/native_wayland.c |