Skip to content

Commit d1b3899

Browse files
committed
Fix distribution tarball generation
Do not include pregenerated package config file, but include doctest header (whoops).
1 parent 6ffa8a1 commit d1b3899

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ACLOCAL_AMFLAGS = --install -I builds/autoconf/m4
2-
EXTRA_DIST = AUTHORS.md README.md builds generator
2+
EXTRA_DIST = AUTHORS.md README.md generator \
3+
builds/cmake builds/vs2015 builds/Doxyfile
34
pkgconfigdir = ${libdir}/pkgconfig
45
pkgconfig_DATA = builds/liblcf.pc
56

@@ -195,6 +196,7 @@ pkginclude_HEADERS = \
195196

196197
check_PROGRAMS = test_runner
197198
test_runner_SOURCES = \
199+
tests/doctest.h \
198200
tests/time_stamp.cpp \
199201
tests/test_main.cpp
200202
test_runner_CPPFLAGS = \

0 commit comments

Comments
 (0)