summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2019-08-30 13:54:41 -0700
committerRalph Giles <giles@thaumas.net>2019-08-30 16:03:45 -0700
commit7abfed15179461ee47ebb0537cd8be5b241adf82 (patch)
tree3abde5f08716ab67d0658b55438374556ffdb697
parent5dbbfd4f6830d29879b2dfdf83edcd5a8f30c855 (diff)
downloadogg-git-7abfed15179461ee47ebb0537cd8be5b241adf82.tar.gz
Distribute the whole cmake directory.
Include everything in the cmake directory in the `make dist` target. Fixes a missing include error in the CMake build from a release tarball for `CheckSizes.cmake`. Signed-off-by: Tristan Matthews <tmatth@videolan.org>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 70eb174..dd75bc1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@ pkgconfig_DATA = ogg.pc
EXTRA_DIST = README.md AUTHORS CHANGES COPYING \
libogg.spec libogg.spec.in \
ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \
- macosx win32 CMakeLists.txt cmake/OggConfig.cmake.in
+ macosx win32 CMakeLists.txt cmake
dist-hook:
for item in $(EXTRA_DIST); do \