gallium/x11: remove empty GLX_SGIX_swap_group stubs
[mesa.git] / src / mesa / Makefile.am
index 97a9bbd8c25f21941dc9a03db15b1c75a56a1470..195e44003559c50c5aa1f990d59391c03a9ccf8e 100644 (file)
 
 SUBDIRS = . main/tests
 
+# state tracker tests depend on libmesagallium.la
+if HAVE_GALLIUM
+SUBDIRS += state_tracker/tests
+endif
+
 if HAVE_XLIB_GLX
 SUBDIRS += drivers/x11
 endif
@@ -37,6 +42,9 @@ include Makefile.sources
 
 EXTRA_DIST = \
        drivers/SConscript \
+       main/meson.build \
+       program/meson.build \
+       meson.build \
        main/format_fallback.py \
        main/format_info.py \
        main/format_pack.py \