diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 65820ff..75d22c9 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -23,7 +23,7 @@ bin_PROGRAMS = \ synclient \ syndaemon -INCLUDES=-I$(top_srcdir)/include/ +INCLUDES=-I$(top_srcdir)/include/ -I$(sdkdir) synclient_SOURCES = synclient.c synclient_LDFLAGS = -lm $(XI_LIBS) |