Browse Source

[automake] add CMakeLists.txt to EXTRA_DIST

tags/5.1.0
Stephen Sinclair 6 years ago
parent
commit
2a9e187d7c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Makefile.am
  2. +1
    -1
      tests/Makefile.am

+ 1
- 1
Makefile.am View File

@@ -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

+ 1
- 1
tests/Makefile.am View File

@@ -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

Loading…
Cancel
Save