Browse Source

[master] Revert "[master] excluded DHCP related stuff from Makefile's"

This reverts commit 0960094a732dde31e21013c2f2ada3c2077eaf6e.
Tomek Mrugalski 13 years ago
parent
commit
bce439d0e7
2 changed files with 2 additions and 4 deletions
  1. 1 2
      src/bin/Makefile.am
  2. 1 2
      src/lib/Makefile.am

+ 1 - 2
src/bin/Makefile.am

@@ -1,5 +1,4 @@
 SUBDIRS = bind10 bindctl cfgmgr ddns loadzone msgq host cmdctl auth xfrin \
-        xfrout usermgr zonemgr stats tests resolver sockcreator dbutil
-#	xfrout usermgr zonemgr stats tests resolver sockcreator dhcp4 dhcp6 dbutil
+	xfrout usermgr zonemgr stats tests resolver sockcreator dhcp4 dhcp6 dbutil
 
 check-recursive: all-recursive

+ 1 - 2
src/lib/Makefile.am

@@ -1,4 +1,3 @@
 SUBDIRS = exceptions util log cryptolink dns cc config acl xfr bench \
           asiolink asiodns nsas cache resolve testutils datasrc \
-          server_common python statistics
-#          server_common python dhcp statistics
+          server_common python dhcp statistics