Browse Source

[master] excluded DHCP related stuff from Makefile's

as a temporary workaround for build failure due to ifmgr problems.
JINMEI Tatuya 13 years ago
parent
commit
0960094a73
2 changed files with 4 additions and 2 deletions
  1. 2 1
      src/bin/Makefile.am
  2. 2 1
      src/lib/Makefile.am

+ 2 - 1
src/bin/Makefile.am

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

+ 2 - 1
src/lib/Makefile.am

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