From 7abfed15179461ee47ebb0537cd8be5b241adf82 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 30 Aug 2019 13:54:41 -0700 Subject: 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.1