diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-02-23 20:40:34 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-02-23 20:40:34 +0100 |
commit | e14ffd8c3c261fc8ea8e2cedbb5adf5ea9b16fed (patch) | |
tree | 05a8b394a95cc6115c94cc0f0a7d837317f11155 /samples | |
parent | 4d894f48a93a550eaf74b7aaa852970dd11ee059 (diff) | |
download | mdk-e14ffd8c3c261fc8ea8e2cedbb5adf5ea9b16fed.tar.gz mdk-e14ffd8c3c261fc8ea8e2cedbb5adf5ea9b16fed.tar.bz2 |
Generating ChangeLog during make dist
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 |