Include CMake build scripts in release archives
authorMarcel Metz <mmetz@adrian-broher.net>
Tue, 20 Mar 2018 20:15:40 +0000 (21:15 +0100)
committerThomas Daede <daede003@umn.edu>
Wed, 21 Mar 2018 01:04:08 +0000 (18:04 -0700)
Fixes xiph/vorbis#32

Makefile.am
lib/Makefile.am

index c35131a..3feaf72 100644 (file)
@@ -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
index cd5afdf..e22895e 100644 (file)
@@ -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'