From 2a9e187d7c3f8f0dc084d5863f85191eb48c0ade Mon Sep 17 00:00:00 2001 From: Stephen Sinclair Date: Wed, 17 Apr 2019 13:01:51 +0200 Subject: [PATCH] [automake] add CMakeLists.txt to EXTRA_DIST --- Makefile.am | 2 +- 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 -- 2.30.2