diff options
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 0241b34..a83da60 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -22,8 +22,7 @@ bin_PROGRAMS = \ synclient \ syndaemon -synclient_INCLUDES = $(top_srcdir)/src/ -syndaemon_INCLUDES = $(top_srcdir)/src/ +INCLUDES=-I$(top_srcdir)/include/ synclient_SOURCES = synclient.c synclient_LDFLAGS = -lm |