summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-09-14 18:32:18 +0100
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2017-09-18 12:21:55 +0300
commit5bb82687667ed522615f3263a91c283ced4f7f6a (patch)
treea62147a6bac7fdbc4ef847f5ac2e0b621d896880
parent3ea73cba0446886632cd24442203fda47cb3c220 (diff)
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>
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index fdc5689..0eedb10 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \