From: Marcel Metz Date: Tue, 20 Mar 2018 20:15:40 +0000 (+0100) Subject: Include CMake build scripts in release archives X-Git-Tag: v1.3.7~60 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Flibvorbis.git;a=commitdiff_plain;h=4d6177c8a3682728c0f71c03b846369f48af399a Include CMake build scripts in release archives Fixes xiph/vorbis#32 --- diff --git a/Makefile.am b/Makefile.am index c35131a..3feaf72 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 cd5afdf..e22895e 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'