@@ -58,7 +58,10 @@ AC_SUBST(GTEST_LDADD)
AC_CONFIG_FILES([Makefile
src/Makefile
src/bin/Makefile
+ src/bin/bigtool/Makefile
+ src/bin/bind10/Makefile
src/bin/host/Makefile
+ src/bin/msgq/Makefile
src/bin/parkinglot/Makefile
src/lib/Makefile
src/lib/cc/Makefile
@@ -1 +1 @@
-SUBDIRS = parkinglot host
+SUBDIRS = bigtool bind10 msgq parkinglot host
@@ -0,0 +1 @@
+bin_SCRIPTS = run_bigtool.py
+bin_SCRIPTS = bind10.py
+bin_SCRIPTS = msgq.py