diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-02-10 12:50:50 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-02-10 14:14:53 -0500 |
commit | ddfadc2e824ac17c0360720a2121639573587231 (patch) | |
tree | af3b1c0644b6a5e325091f504f8582a2dd8480be | |
parent | f7559a5ea578b9889ec233b374bf270f1e7b6a64 (diff) |
tools: add the main include directory
Header record.h is not found in X11/extensions because -I leading
to that directory is missing. I think it was accidently removed
when fixing the CFLAGS misuse in an earlier commit.
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-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 75d22c9..9c9f03c 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -23,7 +23,7 @@ bin_PROGRAMS = \ synclient \ syndaemon -INCLUDES=-I$(top_srcdir)/include/ -I$(sdkdir) +AM_CFLAGS = $(XORG_CFLAGS) synclient_SOURCES = synclient.c synclient_LDFLAGS = -lm $(XI_LIBS) |