diff options
author | Ondřej Surý <ondrej@sury.org> | 2015-02-11 13:00:35 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2015-02-11 13:00:35 +0100 |
commit | 09fa7d921c933987db82edf063eb0621b97418ec (patch) | |
tree | 61245150561597310c6a547adffcabba8bbc60fb /Makefile.am | |
parent | [dnssec] keymgr zone add: fix policy parameter parsing (diff) | |
download | knot-09fa7d921c933987db82edf063eb0621b97418ec.tar.xz knot-09fa7d921c933987db82edf063eb0621b97418ec.zip |
Move dnssec into src/
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 58685eef4..d64e06b23 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = libtap src/zscanner dnssec src tests samples doc man patches +SUBDIRS = libtap src tests samples doc man patches AM_DISTCHECK_CONFIGURE_FLAGS = \ --disable-code-coverage @@ -10,8 +10,8 @@ CODE_COVERAGE_DIRS = \ src/knot \ src/libknot \ src/zscanner \ - dnssec/lib \ - dnssec/shared + src/dnssec/lib \ + src/dnssec/shared code_coverage_quiet = --quiet |