diff options
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index b57da3cd948..a5241ad27ba 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -68,8 +68,9 @@ sysconf_DATA = drirc u_atomic_test_LDADD = libmesautil.la roundeven_test_LDADD = -lm +mesa_sha1_test_LDADD = libmesautil.la -check_PROGRAMS = u_atomic_test roundeven_test +check_PROGRAMS = u_atomic_test roundeven_test mesa-sha1_test TESTS = $(check_PROGRAMS) BUILT_SOURCES = $(MESA_UTIL_GENERATED_FILES) |