Browse Source

Add beginning Makefile.am for bigtool, msgq, and bind10.
Install these scripts too.
(TODO: need to install the wrapper script too.)


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@369 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
0770bad2bd
5 changed files with 7 additions and 1 deletions
  1. 3 0
      configure.ac
  2. 1 1
      src/bin/Makefile.am
  3. 1 0
      src/bin/bigtool/Makefile.am
  4. 1 0
      src/bin/bind10/Makefile.am
  5. 1 0
      src/bin/msgq/Makefile.am

+ 3 - 0
configure.ac

@@ -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
src/bin/Makefile.am

@@ -1 +1 @@
-SUBDIRS = parkinglot host
+SUBDIRS = bigtool bind10 msgq parkinglot host

+ 1 - 0
src/bin/bigtool/Makefile.am

@@ -0,0 +1 @@
+bin_SCRIPTS = run_bigtool.py

+ 1 - 0
src/bin/bind10/Makefile.am

@@ -0,0 +1 @@
+bin_SCRIPTS = bind10.py

+ 1 - 0
src/bin/msgq/Makefile.am

@@ -0,0 +1 @@
+bin_SCRIPTS = msgq.py