egl: make sure entrypoints list is always sorted
[mesa.git] / src / egl / Makefile.am
index 78cf525951d80fab375efcf7fe36dc02eb3b446d..3477f797d77c41bdff4732823ff516c5d97ac944 100644 (file)
@@ -96,8 +96,8 @@ AM_CFLAGS += \
        -I$(top_srcdir)/src/egl/drivers/dri2 \
        -I$(top_srcdir)/src/gbm/backends/dri \
        -I$(top_srcdir)/src/egl/wayland/wayland-egl \
-       -I$(top_srcdir)/src/egl/wayland/wayland-drm \
        -I$(top_builddir)/src/egl/wayland/wayland-drm \
+       -I$(top_srcdir)/src/egl/wayland/wayland-drm \
        -DDEFAULT_DRIVER_DIR=\"$(DRI_DRIVER_SEARCH_DIR)\" \
        -D_EGL_BUILT_IN_DRIVER_DRI2
 
@@ -126,10 +126,11 @@ egl_HEADERS = \
        $(top_srcdir)/include/EGL/eglmesaext.h \
        $(top_srcdir)/include/EGL/eglplatform.h
 
-TESTS = egl-symbols-check
+TESTS = egl-symbols-check \
+       egl-entrypoint-check
 
 EXTRA_DIST = \
-       egl-symbols-check \
+       $(TESTS) \
        SConscript \
        drivers/haiku \
        main/egl.def \