summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Sinclair <radarsat1@gmail.com>2019-04-17 13:01:51 +0200
committerStephen Sinclair <radarsat1@gmail.com>2019-04-17 13:01:54 +0200
commit2a9e187d7c3f8f0dc084d5863f85191eb48c0ade (patch)
tree9ec62ef41b0822b7af16cb8cce12109c8b876b9f
parent9bf6f57149dfa88ada54380648a75e8ae84d1119 (diff)
[automake] add CMakeLists.txt to EXTRA_DIST
-rw-r--r--Makefile.am2
-rw-r--r--tests/Makefile.am2
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