diff options
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 8 |
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 | |||
| 19 | libutouch_frameinclude_HEADERS = \ | 19 | libutouch_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 | |||
| 23 | if HAVE_XI | ||
| 24 | |||
| 25 | libutouch_frame_la_LDFLAGS += $(XINPUT_LIBS) $(X11_LIBS) | ||
| 26 | libutouch_frame_la_SOURCES += frame-xi2.c | ||
| 27 | libutouch_frameinclude_HEADERS += $(top_srcdir)/include/utouch/frame-xi2.h | ||
| 28 | |||
| 29 | endif | ||
