summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a6f98f9..c3fd3b2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -19,3 +19,11 @@ libutouch_frameincludedir = $(includedir)/utouch
19libutouch_frameinclude_HEADERS = \ 19libutouch_frameinclude_HEADERS = \
20 $(top_srcdir)/include/utouch/frame.h \ 20 $(top_srcdir)/include/utouch/frame.h \
21 $(top_srcdir)/include/utouch/frame-mtdev.h 21 $(top_srcdir)/include/utouch/frame-mtdev.h
22
23if HAVE_XI
24
25libutouch_frame_la_LDFLAGS += $(XINPUT_LIBS) $(X11_LIBS)
26libutouch_frame_la_SOURCES += frame-xi2.c
27libutouch_frameinclude_HEADERS += $(top_srcdir)/include/utouch/frame-xi2.h
28
29endif