]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] excluded DHCP related stuff from Makefile's
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 11 May 2012 22:08:02 +0000 (22:08 +0000)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 11 May 2012 22:08:02 +0000 (22:08 +0000)
as a temporary workaround for build failure due to ifmgr problems.

src/bin/Makefile.am
src/lib/Makefile.am

index 499e2097ec892a3867cbcfbd85a7a530998995ed..4f602a938ef9bd09c1146e3fd1149732dd78469b 100644 (file)
@@ -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
index 9ebd541474a71d247d8bc0fb5a608f45d7796d29..499a71a31dd50844d5375f0181e0395a8edaf97e 100644 (file)
@@ -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