Browse Source

This was meant to be committed at same time as my revision 613.

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

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

@@ -1 +1,8 @@
-bin_SCRIPTS = bind10 bind10.py
+bin_SCRIPTS = bind10
+CLEANFILES = bind10.py
+
+# TODO: does this need $$(DESTDIR) also?
+# this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix
+bind10: bind10.py
+	$(SED) "s|@@PYTHONPATH@@|@pyexecdir@|" bind10.py >$@
+#        chmod a+x $@