diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/samples/Makefile.am b/samples/Makefile.am index 19c9c27..357b5f3 100644 --- a/samples/Makefile.am +++ b/samples/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2000, 2001, 2004, 2006 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2004, 2006, 2013 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -14,5 +14,4 @@ SUBDIRS = tests EXTRA_DIST = primes.result hello.mixal primes.mixal echo.mixal \ permutations.mixal permutations.cardrd isains.mixal \ - elevator.mixal mistery.mixal - + elevator.mixal mystery.mixal |