Skip to content

Commit

Permalink
Don't try to distribute the deleted CHANGES file
Browse files Browse the repository at this point in the history
This fixes "make distcheck" for me.
  • Loading branch information
roystgnr committed Aug 26, 2021
1 parent 0ed0592 commit 9a74af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = gnu
ACLOCAL_AMFLAGS = -I m4 -I m4/common -I m4/autoconf-submodule

SUBDIRS = src test doxygen
EXTRA_DIST = CHANGES LICENSE COPYING share docs
EXTRA_DIST = LICENSE COPYING share docs

aclocaldir = $(prefix)/share/aclocal
aclocal_DATA = $(top_srcdir)/share/aclocal/*
Expand Down

0 comments on commit 9a74af0

Please sign in to comment.