Skip to content

Commit

Permalink
Fix distribution tarball generation
Browse files Browse the repository at this point in the history
Do not include pregenerated package config file, but include doctest
header (whoops).
  • Loading branch information
carstene1ns committed Oct 20, 2017
1 parent 6ffa8a1 commit d1b3899
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 = \
Expand Down

0 comments on commit d1b3899

Please sign in to comment.