Re: [PATCH wayland] build: remove wayland-version.h.in from EXTRA_DIST

2017-09-18 Thread Pekka Paalanen
On Thu, 14 Sep 2017 18:32:18 +0100
Emil Velikov  wrote:

> From: Emil Velikov 
> 
> 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 
> ---
>  Makefile.am | 3 +--
>  1 file changed, 1 insertion(+), 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 \

Hi Emil,

distcheck passes, pushed:
   3ea73cb..5bb8268  master -> master


Thanks,
pq


pgpLtCMYkl7Ry.pgp
Description: OpenPGP digital signature
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


[PATCH wayland] build: remove wayland-version.h.in from EXTRA_DIST

2017-09-14 Thread Emil Velikov
From: Emil Velikov 

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 
---
 Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 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 \
-- 
2.14.1

___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel