diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index abeb0a957a..b2c6e3aae6 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -2,7 +2,7 @@ bin_PROGRAMS = stepmania TESTS = test_audio_readers test_file_readers test_timing_data test_threads tests: $(TESTS) if BUILD_TESTS -bin_PROGRAMS += $(TESTS) +noinst_PROGRAMS = $(TESTS) endif AM_LDFLAGS =