From d1b38995cf0098d797e22ae4e4f7d4330bfa0ff4 Mon Sep 17 00:00:00 2001 From: Carsten Teibes Date: Fri, 20 Oct 2017 16:20:49 +0200 Subject: [PATCH] Fix distribution tarball generation Do not include pregenerated package config file, but include doctest header (whoops). --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3a4b72bd8..23387a5de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ ACLOCAL_AMFLAGS = --install -I builds/autoconf/m4 -EXTRA_DIST = AUTHORS.md README.md builds generator +EXTRA_DIST = AUTHORS.md README.md generator \ + builds/cmake builds/vs2015 builds/Doxyfile pkgconfigdir = ${libdir}/pkgconfig pkgconfig_DATA = builds/liblcf.pc @@ -195,6 +196,7 @@ pkginclude_HEADERS = \ check_PROGRAMS = test_runner test_runner_SOURCES = \ + tests/doctest.h \ tests/time_stamp.cpp \ tests/test_main.cpp test_runner_CPPFLAGS = \