[PATCH xf86-input-synaptics] build: create object files following the sources' structure.
Peter Hutterer
peter.hutterer at who-t.net
Wed May 25 18:37:26 PDT 2011
On Wed, May 25, 2011 at 04:10:49PM +0200, Diego Elio Pettenò wrote:
> This allows building object files following the same subdirectory structure
> as it was used before with the recursive build system, while keeping the
> build non-recursive.
> ---
> .gitignore | 1 +
> configure.ac | 2 +-
> 2 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 2f191c3..39e3f35 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -79,3 +79,4 @@ core
> eventcomm-test
> synclient
> syndaemon
> +.dirstamp
> \ No newline at end of file
> diff --git a/configure.ac b/configure.ac
> index e5427cd..dfef591 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -31,7 +31,7 @@ AC_CONFIG_HEADERS([config.h])
> AC_CONFIG_AUX_DIR(.)
>
> # Initialize Automake
> -AM_INIT_AUTOMAKE([foreign dist-bzip2])
> +AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
> AM_MAINTAINER_MODE
>
> # Initialize libtool
> --
> 1.7.5.rc3
merged, thanks. Same here, please reply with your Signed-off-by:
http://wiki.x.org/wiki/Development/Documentation/SubmittingPatches
Cheers,
Peter
More information about the xorg-devel
mailing list