Skip to content

Commit

Permalink
Fix list of distribution files.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis95 committed Mar 1, 2022
1 parent f5d6b64 commit 7e2120e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2020 Dennis Wölfing
# Copyright (c) 2020, 2022 Dennis Wölfing
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
Expand Down Expand Up @@ -43,7 +43,8 @@ OBJ = $(SRC:%.c=%.o)
distdir = @PACKAGE_NAME@-@PACKAGE_VERSION@
DISTFILES = $(SRC) algorithm.h compress.1 \
m4/ m4/check-cflags.m4 m4/pkg-config.m4 m4/wrappers.m4 \
.gitignore .travis.yml \
.gitignore \
.github/workflows/ .github/workflows/main.yml \
configure.ac configure config.h.in Makefile.in install-sh \
autogen.sh make-wrappers.sh test-compress.sh \
LICENSE README.md
Expand Down

0 comments on commit 7e2120e

Please sign in to comment.