diff options
Diffstat (limited to 'samples/Makefile.am')
-rw-r--r-- | samples/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/samples/Makefile.am b/samples/Makefile.am index 0e4575f..7ec030a 100644 --- a/samples/Makefile.am +++ b/samples/Makefile.am @@ -10,6 +10,7 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +SUBDIRS = tests -EXTRA_DIST = primes.result hello.mixal primes.mixal echo.mixal\ - permutations.mixal permutations.cardrd
\ No newline at end of file +EXTRA_DIST = primes.result hello.mixal primes.mixal echo.mixal \ + permutations.mixal permutations.cardrd isains.mixal |