summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 1f8fe04..b1e851d 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -27,9 +27,11 @@ AM_CFLAGS = -I$(top_srcdir)/include $(XTST_1_1_CFLAGS) $(RECORDPROTO_1_13_CFLAGS
synclient_SOURCES = synclient.c
synclient_LDFLAGS = -lm $(XI_LIBS)
+synclient_CFLAGS = $(AM_CFLAGS) $(XI_CFLAGS)
syndaemon_SOURCES = syndaemon.c
syndaemon_LDFLAGS = $(XTST_1_1_LIBS) $(RECORDPROTO_1_13_LIBS) $(XI_LIBS)
+syndaemon_CFLAGS = $(AM_CFLAGS) $(XI_CFLAGS)
else
all:
@echo "Not building syndaemon and synclient."