mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-12 04:28:22 -05:00
build: remove wayland-version.h.in from EXTRA_DIST
All the foo.in files are in the tarball, as long as their foo counterparts are listed in AC_CONFIG_FILES For example - *.pc.in, Makefile.in files, etc. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
3ea73cba04
commit
5bb8268766
1 changed files with 1 additions and 2 deletions
|
|
@ -118,7 +118,6 @@ BUILT_SOURCES = \
|
|||
|
||||
CLEANFILES = $(BUILT_SOURCES) doc/doxygen/doxygen_sqlite3.db
|
||||
DISTCLEANFILES = src/wayland-version.h
|
||||
EXTRA_DIST = src/wayland-version.h.in
|
||||
|
||||
|
||||
|
||||
|
|
@ -259,7 +258,7 @@ os_wrappers_test_LDADD = libtest-runner.la
|
|||
exec_fd_leak_checker_SOURCES = tests/exec-fd-leak-checker.c
|
||||
exec_fd_leak_checker_LDADD = libtest-runner.la
|
||||
|
||||
EXTRA_DIST += tests/scanner-test.sh \
|
||||
EXTRA_DIST = tests/scanner-test.sh \
|
||||
tests/data/example.xml \
|
||||
tests/data/example-client.h \
|
||||
tests/data/example-server.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue