From a6038680a06b0ff74a709afc3ba8e7808cf3ad45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilla=20L=C3=B6wy?= Date: Tue, 23 May 2017 14:40:09 +0200 Subject: [PATCH] Remove duplicate file entries Fixes #9. --- ChangeLog | 4 ++++ Makefile.am | 2 +- configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fa95f45..9ec54e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ Change log for duff Maintained since version 0.3.1. +2017-05-23 Camilla Löwy + + * configure.ac Makefile.am: Removed duplicate file entries. + 2015-08-13 Camilla Löwy * duff.c duff.h duffdriver.c dufffile.c duffstring.c duffstring.h duffutil.c: diff --git a/Makefile.am b/Makefile.am index d1730e4..6b1f8f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = lib src po man dist_pkgdata_DATA = join-duplicates.sh -EXTRA_DIST = build-aux/config.rpath build-aux/config.rpath m4/ChangeLog HACKING +EXTRA_DIST = build-aux/config.rpath m4/ChangeLog HACKING dist_doc_DATA = README.SHA diff --git a/configure.ac b/configure.ac index 8a13d53..0a67488 100644 --- a/configure.ac +++ b/configure.ac @@ -44,5 +44,5 @@ AC_CHECK_FUNCS([strdup strerror memset strchr strrchr strtoull], \ [], [AC_MSG_ERROR([Function not found])]) AC_CHECK_FUNCS([asprintf vasprintf]) -AC_OUTPUT([Makefile lib/Makefile src/Makefile po/Makefile.in man/Makefile po/Makefile.in]) +AC_OUTPUT([Makefile lib/Makefile src/Makefile man/Makefile po/Makefile.in])