2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

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
This commit is contained in:
Jeremy C. Reed
2010-01-29 00:33:05 +00:00
parent 2240b75fe4
commit a5236dba24

View File

@@ -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 $@