summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Metz <mmetz@adrian-broher.net>2018-03-20 21:15:40 +0100
committerThomas Daede <daede003@umn.edu>2018-03-20 18:04:08 -0700
commit4d6177c8a3682728c0f71c03b846369f48af399a (patch)
tree02fe2afa697ab50b319070d454b579853f80bcd8
parentd22c3ab5f633460abc2532feee60ca0892134cbf (diff)
downloadlibvorbis-git-4d6177c8a3682728c0f71c03b846369f48af399a.tar.gz
Include CMake build scripts in release archives
Fixes xiph/vorbis#32
-rw-r--r--Makefile.am2
-rw-r--r--lib/Makefile.am2
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'