<!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>
&nbsp; 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>
&nbsp; git://people.freedesktop.org/~gnadon/xf86-input-synaptics master<BR>
<BR>
Gaetan Nadon (8):<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Revert &quot;build: apply the distcheck tricks used in xf86-input-evdev&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Revert &quot;build: create object files following the sources' structure.&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Revert &quot;build: install documentation as part of make install.&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Revert &quot;build: collapse all Makefile.am files into a single non-recursive one.&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Revert &quot;build: sort building of tools, ensure that cross-pkg-config works.&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tools: remove unrequired sdkdir include directive<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Add distcheck support for header files when sdk is not writable<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Add distcheck support for configuration files when dir is not writable<BR>
<BR>
Peter Hutterer (1):<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tools: don't include xserver-properties.h<BR>
<BR>
 .gitignore&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; 4 --<BR>
 Makefile.am&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp; 104 ++------------------------------------------------<BR>
 conf/Makefile.am&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 27 +++++++++++++<BR>
 configure.ac&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; 9 +++-<BR>
 include/Makefile.am |&nbsp;&nbsp; 21 ++++++++++<BR>
 man/Makefile.am&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 47 +++++++++++++++++++++++<BR>
 src/Makefile.am&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 52 +++++++++++++++++++++++++<BR>
 test/.gitignore&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; 6 +++<BR>
 test/Makefile.am&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp; 15 +++++++<BR>
 tools/.gitignore&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; 3 +<BR>
 tools/Makefile.am&nbsp;&nbsp; |&nbsp;&nbsp; 31 +++++++++++++++<BR>
 tools/synclient.c&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp; 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>