summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: 8e9f90aa04977eb05c59594ca4304c25c18789d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
bin_PROGRAMS = mtview

INCLUDES=-I$(top_srcdir)/include/

mtview_SOURCES = mtview.c
mtview_LDFLAGS = -lX11 -lutouch-frame -lutouch-evemu -lmtdev -lm

if HAVE_XI

AM_CFLAGS = $(XINPUT_CFLAGS)

mtview_LDFLAGS += $(XINPUT_LIBS)

endif