diff options
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index ed8137b..c0d930a 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,2 +1,5 @@ +NULL = + EXTRA_DIST = \ - tgt-signals.py + tgt-signals.py \ + $(NULL) |