From 07594c9ec7dd15b9611b0eaf9e4c5bd8e8ba1115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 8 Mar 2015 12:05:06 +0100 Subject: [PATCH] core: add missing cmake file FindV8.cmake in packages built by autotools --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index acb2dba48..2252148fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,6 +59,7 @@ EXTRA_DIST = AUTHORS.asciidoc \ cmake/FindRuby.cmake \ cmake/FindSourcehighlight.cmake \ cmake/FindTCL.cmake \ + cmake/FindV8.cmake \ cmake/FindZLIB.cmake \ cmake/cmake_uninstall.cmake.in \ po/CMakeLists.txt \