Parcourir la source

[master] excluded DHCP related stuff from Makefile's

as a temporary workaround for build failure due to ifmgr problems.
JINMEI Tatuya il y a 13 ans
Parent
commit
0960094a73
2 fichiers modifiés avec 4 ajouts et 2 suppressions
  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