diff options
author | Stephen Morris <stephen@isc.org> | 2010-10-19 12:24:53 +0200 |
---|---|---|
committer | Stephen Morris <stephen@isc.org> | 2010-10-19 12:24:53 +0200 |
commit | db1f12078c47035c6a908faf14e12f2a8dbdae19 (patch) | |
tree | 64cd1d3c72d88d770a3ba6552b720236a1422f89 /src/lib/Makefile.am | |
parent | Working branch for trac #356 (diff) | |
download | kea-db1f12078c47035c6a908faf14e12f2a8dbdae19.tar.xz kea-db1f12078c47035c6a908faf14e12f2a8dbdae19.zip |
First block of Nameserver Address Store code for review
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac356@3272 e5f2f494-b856-4b98-b285-d166d9295462
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r-- | src/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index e18c43734f..5ca2c3d549 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1 +1 @@ -SUBDIRS = exceptions dns cc config datasrc python xfr bench +SUBDIRS = exceptions dns cc config datasrc python xfr bench nsas |