summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index f33b5e5..8e9f90a 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -4,3 +4,11 @@ INCLUDES=-I$(top_srcdir)/include/
4 4
5mtview_SOURCES = mtview.c 5mtview_SOURCES = mtview.c
6mtview_LDFLAGS = -lX11 -lutouch-frame -lutouch-evemu -lmtdev -lm 6mtview_LDFLAGS = -lX11 -lutouch-frame -lutouch-evemu -lmtdev -lm
7
8if HAVE_XI
9
10AM_CFLAGS = $(XINPUT_CFLAGS)
11
12mtview_LDFLAGS += $(XINPUT_LIBS)
13
14endif