diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-07-22 20:09:44 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-07-22 20:09:44 +0200 |
commit | 8c3cbf3cd83701458d31eeb6a3c249366b47bcd1 (patch) | |
tree | 0489962ef424bbb5467f60912adb50fa7a931ba4 /test | |
parent | 7738816b26ebf8efcaaf2262d703959a237165ad (diff) |
Do not install dgreftest - used for internal testing only.
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 |