From: JINMEI Tatuya Date: Fri, 11 May 2012 22:08:02 +0000 (+0000) Subject: [master] excluded DHCP related stuff from Makefile's X-Git-Tag: trac2351_base~226^2~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0960094a732dde31e21013c2f2ada3c2077eaf6e;p=thirdparty%2Fkea.git [master] excluded DHCP related stuff from Makefile's as a temporary workaround for build failure due to ifmgr problems. --- 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