Browse Source

Also add the install wrappers, so they install too.

TODO: these install wrappers need to be improved to run correctly
from the installed prefix.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@370 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed 15 years ago
parent
commit
b59ef35ca1
3 changed files with 3 additions and 3 deletions
  1. 1 1
      src/bin/bigtool/Makefile.am
  2. 1 1
      src/bin/bind10/Makefile.am
  3. 1 1
      src/bin/msgq/Makefile.am

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

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

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

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

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

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