diff options
author | Rob Austein <sra@hactrn.net> | 2011-06-06 11:29:13 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-06-06 11:29:13 +0000 |
commit | d1d5f1a4e365b3fde3560959178816c49b864bf3 (patch) | |
tree | 4e9bfad8b916a3adf581608a24186d5aaeda1bab /configure.ac | |
parent | ab7919e08aa01a0aec2dbc63fe28c5682f6b1911 (diff) |
New tool scan_roa which just does text listing of all ROAs in a
directory tree.
svn path=/configure; revision=3850
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6f9463ab..35047f12 100644 --- a/configure.ac +++ b/configure.ac @@ -341,6 +341,7 @@ AC_CONFIG_FILES([Makefile utils/hashdir/Makefile utils/print_rpki_manifest/Makefile utils/print_roa/Makefile + utils/scan_roa/Makefile utils/uri/Makefile]) case $host_os in |