util/ralloc: Switch from DEBUG to NDEBUG
[mesa.git] / src / util / Makefile.am
index efb94caff7175d9f406c163c647cf74a0684f89d..4bda54c551d960d45d5db850bd9bf142b2025fb6 100644 (file)
@@ -21,6 +21,7 @@
 
 SUBDIRS = . \
        xmlpool \
+       tests/fast_idiv_by_const \
        tests/hash_table \
        tests/string_buffer \
        tests/set
@@ -59,7 +60,8 @@ libmesautil_la_LIBADD = \
        $(PTHREAD_LIBS) \
        $(CLOCK_LIB) \
        $(ZLIB_LIBS) \
-       $(LIBATOMIC_LIBS)
+       $(LIBATOMIC_LIBS) \
+       -lm
 
 libxmlconfig_la_SOURCES = $(XMLCONFIG_FILES)
 libxmlconfig_la_CFLAGS = \
@@ -93,7 +95,7 @@ EXTRA_DIST = \
        sha1/README \
        meson.build
 
-PYTHON_GEN = $(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS)
+PYTHON_GEN = $(AM_V_GEN)$(PYTHON) $(PYTHON_FLAGS)
 
 format_srgb.c: format_srgb.py
        $(PYTHON_GEN) $(srcdir)/format_srgb.py > $@