From 4d6177c8a3682728c0f71c03b846369f48af399a Mon Sep 17 00:00:00 2001 From: Marcel Metz Date: Tue, 20 Mar 2018 21:15:40 +0100 Subject: Include CMake build scripts in release archives Fixes xiph/vorbis#32 --- Makefile.am | 2 +- lib/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index c35131a6..3feaf728 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ EXTRA_DIST = \ vorbisenc-uninstalled.pc.in \ vorbisfile-uninstalled.pc.in \ symbian \ - macosx win32 + macosx win32 CMakeLists.txt DISTCHECK_CONFIGURE_FLAGS = --enable-docs diff --git a/lib/Makefile.am b/lib/Makefile.am index cd5afdfa..e22895ea 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -35,7 +35,7 @@ psytune_SOURCES = psytune.c psytune_LDFLAGS = -static psytune_LDADD = libvorbis.la -EXTRA_DIST = lookups.pl +EXTRA_DIST = lookups.pl CMakeLists.txt # build and run the self tests on 'make check' -- cgit v1.2.1