diff options
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | tests/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 77402d9..05eab64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,4 +31,4 @@ rtaudio_inc_HEADERS = \ pkgconfigdatadir = $(libdir)/pkgconfig pkgconfigdata_DATA = rtaudio.pc -EXTRA_DIST = autogen.sh README.md install.txt contrib include cmake +EXTRA_DIST = autogen.sh README.md install.txt contrib include cmake CMakeLists.txt diff --git a/tests/Makefile.am b/tests/Makefile.am index c8159da..0a9bb18 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -27,4 +27,4 @@ testall_LDADD = $(top_builddir)/librtaudio.la teststops_SOURCES = teststops.cpp teststops_LDADD = $(top_builddir)/librtaudio.la -EXTRA_DIST = Windows +EXTRA_DIST = Windows CMakeLists.txt |
