diff options
author | Thomas Markwalder <tmark@isc.org> | 2013-07-25 14:12:29 +0200 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2013-07-25 14:12:29 +0200 |
commit | a3e596573657218631e0efba4432a4c07a05c593 (patch) | |
tree | 4ecbb8be563c60c1b50dda4368291ff072ece690 /src/lib/Makefile.am | |
parent | [master] Merge branch 'trac3008'. This adds classes to support (diff) | |
download | kea-a3e596573657218631e0efba4432a4c07a05c593.tar.xz kea-a3e596573657218631e0efba4432a4c07a05c593.zip |
[3065] Moved classes pertaining to sending and receiving
NameChangeRequests from src/bin/d2 into their own library,
libdhcp_ddns, in src/lib/dhcp_ddns.
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 79a8263233..ddf369d2c1 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = exceptions util log hooks cryptolink dns cc config acl xfr bench \ asiolink asiodns nsas cache resolve testutils datasrc \ - server_common python dhcp dhcpsrv statistics + server_common python dhcp dhcp_ddns dhcpsrv statistics |