diff options
author | Jan Vcelak <jan.vcelak@nic.cz> | 2014-02-26 11:42:05 +0100 |
---|---|---|
committer | Jan Vcelak <jan.vcelak@nic.cz> | 2014-03-18 16:30:31 +0100 |
commit | 446f4492ffe9161f4874083ffb8ec1d0b5aec42b (patch) | |
tree | d4b96dbad74d1b1c685c0a8b75112a39fa12271e /Makefile.am | |
parent | [dnssec] hook the library subproject to autotools (diff) | |
download | knot-446f4492ffe9161f4874083ffb8ec1d0b5aec42b.tar.xz knot-446f4492ffe9161f4874083ffb8ec1d0b5aec42b.zip |
[dnssec] import some base code
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 20ad25258..693ddeb37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = libtap src tests samples doc man patches +SUBDIRS = libtap dnssec src tests samples doc man patches |