<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
I inserted your patch just after the reverts. This allowed me to remove the -I sdkdir in tools.<BR>
<BR>
<BR>
The following changes since commit a0b7f755e925194b8245d580182fede9ee197985:<BR>
<BR>
conf: fix snippet to ignore /dev/input/mouse* on Linux (2011-06-28 08:10:46 +1000)<BR>
<BR>
are available in the git repository at:<BR>
git://people.freedesktop.org/~gnadon/xf86-input-synaptics master<BR>
<BR>
Gaetan Nadon (8):<BR>
Revert "build: apply the distcheck tricks used in xf86-input-evdev"<BR>
Revert "build: create object files following the sources' structure."<BR>
Revert "build: install documentation as part of make install."<BR>
Revert "build: collapse all Makefile.am files into a single non-recursive one."<BR>
Revert "build: sort building of tools, ensure that cross-pkg-config works."<BR>
tools: remove unrequired sdkdir include directive<BR>
Add distcheck support for header files when sdk is not writable<BR>
Add distcheck support for configuration files when dir is not writable<BR>
<BR>
Peter Hutterer (1):<BR>
tools: don't include xserver-properties.h<BR>
<BR>
.gitignore | 4 --<BR>
Makefile.am | 104 ++------------------------------------------------<BR>
conf/Makefile.am | 27 +++++++++++++<BR>
configure.ac | 9 +++-<BR>
include/Makefile.am | 21 ++++++++++<BR>
man/Makefile.am | 47 +++++++++++++++++++++++<BR>
src/Makefile.am | 52 +++++++++++++++++++++++++<BR>
test/.gitignore | 6 +++<BR>
test/Makefile.am | 15 +++++++<BR>
tools/.gitignore | 3 +<BR>
tools/Makefile.am | 31 +++++++++++++++<BR>
tools/synclient.c | 1 -<BR>
12 files changed, 214 insertions(+), 106 deletions(-)<BR>
create mode 100644 conf/Makefile.am<BR>
create mode 100644 include/Makefile.am<BR>
create mode 100644 man/Makefile.am<BR>
create mode 100644 src/Makefile.am<BR>
create mode 100644 test/.gitignore<BR>
create mode 100644 test/Makefile.am<BR>
create mode 100644 tools/.gitignore<BR>
create mode 100644 tools/Makefile.am
</BODY>
</HTML>