Browse Source

Add src/bin/host as part of the build.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@178 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed 15 years ago
parent
commit
39f3bac63e
2 changed files with 2 additions and 1 deletions
  1. 1 0
      configure.ac
  2. 1 1
      src/bin/Makefile.am

+ 1 - 0
configure.ac

@@ -57,6 +57,7 @@ AC_SUBST(GTEST_LDADD)
 AC_CONFIG_FILES([Makefile
                  src/Makefile
                  src/bin/Makefile
+                 src/bin/host/Makefile
                  src/bin/parkinglot/Makefile
                  src/lib/Makefile
                  src/lib/dns/Makefile

+ 1 - 1
src/bin/Makefile.am

@@ -1 +1 @@
-SUBDIRS = parkinglot
+SUBDIRS = parkinglot host