diff options
Diffstat (limited to 'build-aux/local.mk')
-rw-r--r-- | build-aux/local.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build-aux/local.mk b/build-aux/local.mk index 7d752c86..23a68c82 100644 --- a/build-aux/local.mk +++ b/build-aux/local.mk @@ -13,10 +13,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -EXTRA_DIST += \ - build-aux/cross-options.pl \ - build-aux/darwin11.4.0.valgrind \ - build-aux/linux-gnu.valgrind \ - build-aux/move-if-change \ - build-aux/prev-version.txt \ +EXTRA_DIST += \ + build-aux/Darwin.valgrind \ + build-aux/Linux.valgrind \ + build-aux/cross-options.pl \ + build-aux/move-if-change \ + build-aux/prev-version.txt \ build-aux/update-b4-copyright |