diff options
Diffstat (limited to 'pactest/Makefile.am')
-rw-r--r-- | pactest/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pactest/Makefile.am b/pactest/Makefile.am index 07c205fa..37c394fd 100644 --- a/pactest/Makefile.am +++ b/pactest/Makefile.am @@ -12,4 +12,8 @@ check_SCRIPTS = \ noinst_SCRIPTS = $(check_SCRIPTS) -EXTRA_DIST = $(check_SCRIPTS) +EXTRA_DIST = \ + README \ + TODO \ + ChangeLog \ + $(check_SCRIPTS) |