diff options
author | Jan Vcelak <jan.vcelak@nic.cz> | 2014-12-14 21:22:40 +0100 |
---|---|---|
committer | Jan Vcelak <jan.vcelak@nic.cz> | 2014-12-14 21:22:40 +0100 |
commit | 291676ae5163272ac41885b64023e09bfa0da187 (patch) | |
tree | 25e2f7c298b7077287f9ae0543bd73127dc6076b /Makefile.am | |
parent | fix mistakes in previous merge of master branch (diff) | |
parent | removed deprecated crc_t typedef (diff) | |
download | knot-291676ae5163272ac41885b64023e09bfa0da187.tar.xz knot-291676ae5163272ac41885b64023e09bfa0da187.zip |
Merge branch 'master' into libdnssec
* master: (161 commits)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index fe99852c7..0974ed8bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,9 +7,9 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \ CODE_COVERAGE_INFO = coverage.info CODE_COVERAGE_HTML = coverage.html CODE_COVERAGE_DIRS = \ - src/common src/knot src/libknot \ - src/knot/conf \ - src/zscanner \ + src/knot \ + src/libknot \ + src/zscanner dnssec/lib dnssec/shared code_coverage_quiet = --quiet |