9 lines
181 B
Makefile
9 lines
181 B
Makefile
|
include $(top_srcdir)/config/Substfiles.am
|
||
|
|
||
|
pkgdatadir = $(datadir)/@PACKAGE@/test-runner/bin
|
||
|
pkgdata_SCRIPTS = \
|
||
|
test-runner.py \
|
||
|
zts-report.py
|
||
|
|
||
|
SUBSTFILES += $(pkgdata_SCRIPTS)
|