summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-07-11 08:02:39 -0400
committerGaetan Nadon <memsize@videotron.ca>2011-07-11 08:04:41 -0400
commitce1c4ce6798e956e3fa68c68fde7b7900319bc31 (patch)
tree36f16ceb5a5c89dd050b1d6c2ebd9fd22e14bdc9 /tools
parent513d40f7c442f78574e8c71c9895106c3f8eab74 (diff)
tools: remove unrequired sdkdir include directive
Now that xserver-properties.h is no longer included, the path to the xserver header files is no longer needed. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 5abdecf..e790905 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -20,7 +20,7 @@
bin_PROGRAMS = synclient syndaemon
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(sdkdir)
+AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CFLAGS = $(XI_CFLAGS)
AM_LDFLAGS = $(XI_LIBS)