diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/dgreftest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dgreftest/Makefile.am b/test/dgreftest/Makefile.am index 51b7825..12e5303 100644 --- a/test/dgreftest/Makefile.am +++ b/test/dgreftest/Makefile.am @@ -1,7 +1,7 @@ if ENABLE_CLI if HAVE_INPUT_MIDIFILE -bin_PROGRAMS = dgreftest +noinst_PROGRAMS = dgreftest dgreftest_LDADD = $(PTHREAD_LIBS) $(JACK_LIBS) \ $(SMF_LIBS) $(top_srcdir)/src/libdg.la |