diff options
author | Tomek Mrugalski <tomek@isc.org> | 2021-07-26 15:23:34 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2021-07-26 15:23:34 +0200 |
commit | 5efd9724f38a96f7c5c220f105e2140af8483aa6 (patch) | |
tree | 972c68fdd00c693f2dd0cd17d511f29cc8927d5c /Makefile.am | |
parent | [#453] move to bison 3.3.0 (diff) | |
download | kea-5efd9724f38a96f7c5c220f105e2140af8483aa6.tar.xz kea-5efd9724f38a96f7c5c220f105e2140af8483aa6.zip |
[#1991] distcheck "fix"
- It's not a proper fix, but good enough for this release
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 24cd76f54d..0df450bbf6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,6 @@ DISTCHECK_PERFDHCP_CONFIGURE_FLAG=@DISTCHECK_PERFDHCP_CONFIGURE_FLAG@ DISTCHECK_KEA_SHELL_CONFIGURE_FLAG=@DISTCHECK_KEA_SHELL_CONFIGURE_FLAG@ DISTCHECK_PREMIUM_CONFIGURE_FLAG=@DISTCHECK_PREMIUM_CONFIGURE_FLAG@ DISTCHECK_CONTRIB_CONFIGURE_FLAG=@DISTCHECK_CONTRIB_CONFIGURE_FLAG@ -DISTCHECK_SYSREPO_CONFIGURE_FLAG=@DISTCHECK_SYSREPO_CONFIGURE_FLAG@ OVERALL_COVERAGE_DIR=$(abs_top_builddir)/coverage-cpp-html @@ -50,9 +49,6 @@ DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_PREMIUM_CONFIGURE_FLAG) # Keep the contrib config DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_CONTRIB_CONFIGURE_FLAG) -# keerp the sysrepo config -DISTCHECK_CONFIGURE_FLAGS += $(DISTCHECK_SYSREPO_CONFIGURE_FLAG) - dist_doc_DATA = AUTHORS COPYING ChangeLog README CONTRIBUTING.md platforms.rst code_of_conduct.md .PHONY: check-valgrind check-valgrind-suppress |