summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 6b50897..91e99ce 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -5,3 +5,13 @@ INCLUDES=-I$(top_srcdir)/include/
5utouch_frame_test_mtdev_SOURCES = utouch-frame-test-mtdev.c 5utouch_frame_test_mtdev_SOURCES = utouch-frame-test-mtdev.c
6utouch_frame_test_mtdev_LDFLAGS = -L$(top_builddir)/src/.libs/ \ 6utouch_frame_test_mtdev_LDFLAGS = -L$(top_builddir)/src/.libs/ \
7 -lutouch-frame -lutouch-evemu -lmtdev -lm 7 -lutouch-frame -lutouch-evemu -lmtdev -lm
8
9if HAVE_DOCTOOLS
10dist_man_MANS = utouch-frame-test-mtdev.1
11
12%.1: %.txt
13 $(ASCIIDOC) -f manpage $<
14
15CLEANFILES = $(dist_man_MANS)
16
17endif