[PATCH xf86-input-synaptics] build: create object files following the sources' structure.
Diego Elio Pettenò
flameeyes at gmail.com
Wed May 25 07:10:49 PDT 2011
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
More information about the xorg-devel
mailing list