mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-03 20:40:28 +01:00
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
ChangeLog filename is known to Automake and requires no further coding in the makefile. Reviewed-By: Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
c739beb439
commit
0f38159cdd
1 changed files with 1 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ pkgconfigdir = $(libdir)/pkgconfig
|
|||
pkgconfig_DATA = xorg-server.pc
|
||||
endif
|
||||
|
||||
EXTRA_DIST = xorg-server.pc.in xorg-server.m4 ChangeLog autogen.sh
|
||||
EXTRA_DIST = xorg-server.pc.in xorg-server.m4 autogen.sh
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS=\
|
||||
--with-xkb-path=$(XKB_BASE_DIRECTORY) \
|
||||
|
|
@ -57,7 +57,6 @@ DISTCHECK_CONFIGURE_FLAGS=\
|
|||
--with-xkb-output='$${datadir}/X11/xkb/compiled'
|
||||
|
||||
DISTCLEANFILES = doltcompile doltlibtool
|
||||
MAINTAINERCLEANFILES=ChangeLog
|
||||
|
||||
.PHONY: ChangeLog
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue