From 0960094a732dde31e21013c2f2ada3c2077eaf6e Mon Sep 17 00:00:00 2001 From: JINMEI Tatuya Date: Fri, 11 May 2012 22:08:02 +0000 Subject: [PATCH] [master] excluded DHCP related stuff from Makefile's as a temporary workaround for build failure due to ifmgr problems. --- src/bin/Makefile.am | 3 ++- src/lib/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 499e2097ec..4f602a938e 100644 --- a/src/bin/Makefile.am +++ b/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 diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 9ebd541474..499a71a31d 100644 --- a/src/lib/Makefile.am +++ b/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 -- 2.47.3