Skip to content

Commit

Permalink
Remove duplicate file entries
Browse files Browse the repository at this point in the history
Fixes #9.
  • Loading branch information
elmindreda committed May 23, 2017
1 parent eeaae3a commit a603868
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ Change log for duff

Maintained since version 0.3.1.

2017-05-23 Camilla Löwy <[email protected]>

* configure.ac Makefile.am: Removed duplicate file entries.

2015-08-13 Camilla Löwy <[email protected]>

* duff.c duff.h duffdriver.c dufffile.c duffstring.c duffstring.h duffutil.c:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])

0 comments on commit a603868

Please sign in to comment.