build: distribute TAP helper scripts in tarballs
Signed-off-by: Simon McVittie <smcv@debian.org> Closes: #337 Approved by: cgwalters
This commit is contained in:
parent
c337d4dab5
commit
906575271c
|
|
@ -19,6 +19,11 @@
|
|||
|
||||
include $(top_srcdir)/buildutil/glib-tap.mk
|
||||
|
||||
EXTRA_DIST += \
|
||||
buildutil/tap-driver.sh \
|
||||
buildutil/tap-test \
|
||||
$(NULL)
|
||||
|
||||
# We should probably consider flipping the default for DEBUG. Also,
|
||||
# include the builddir in $PATH so we find our just-built ostree
|
||||
# binary.
|
||||
|
|
|
|||
Loading…
Reference in New Issue