diff options
| author | garyscavone <garyscavone@users.noreply.github.com> | 2016-02-16 20:27:44 -0500 |
|---|---|---|
| committer | garyscavone <garyscavone@users.noreply.github.com> | 2016-02-16 20:27:44 -0500 |
| commit | d752799b56427f6defca8a524c3ffcab67f146a4 (patch) | |
| tree | b0df55006e574f1ddad93d2365bb3038d257aa80 | |
| parent | 1aa4d04add81f62333d281c129b2cc20b734a9a9 (diff) | |
| parent | 0b6b494b8a11cca520173cadfcd330dfa0ad55c4 (diff) | |
Add missing tests/*.{dsp,dsw} files and doc/release.txt to the dist.
| -rw-r--r-- | doc/Makefile.am | 2 | ||||
| -rw-r--r-- | tests/Makefile.am | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index b670116..f22d2a3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -5,7 +5,7 @@ CLEANFILES=doxygen-build.stamp DOX=Doxyfile -EXTRA_DIST=html +EXTRA_DIST=html release.txt INSTIMAGES=html/doxygen.png diff --git a/tests/Makefile.am b/tests/Makefile.am index c086634..6fd7db2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -17,3 +17,6 @@ cmidiin_LDADD = $(top_builddir)/librtmidi.la sysextest_SOURCES = sysextest.cpp sysextest_LDADD = $(top_builddir)/librtmidi.la + +EXTRA_DIST = cmidiin.dsp midiout.dsp midiprobe.dsp qmidiin.dsp \ + sysextest.dsp RtMidi.dsw |
