aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index c0d930a..529f035 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -2,4 +2,6 @@ NULL =
EXTRA_DIST = \
tgt-signals.py \
+ tgt-acquire.py \
+ destroy-ccache.py \
$(NULL)
bgstack15