summaryrefslogtreecommitdiffstats
path: root/src/lib/Makefile.am
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2013-07-25 14:12:29 +0200
committerThomas Markwalder <tmark@isc.org>2013-07-25 14:12:29 +0200
commita3e596573657218631e0efba4432a4c07a05c593 (patch)
tree4ecbb8be563c60c1b50dda4368291ff072ece690 /src/lib/Makefile.am
parent[master] Merge branch 'trac3008'. This adds classes to support (diff)
downloadkea-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.am2
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