summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 50027fb..97cbfc8 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -5,6 +5,7 @@ INCLUDES=-I$(top_srcdir)/include/
5utouch_frame_test_mtdev_SOURCES = common-defs.h utouch-frame-test-mtdev.c 5utouch_frame_test_mtdev_SOURCES = common-defs.h 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
8local_manpages = utouch-frame-test-mtdev.1
8 9
9if HAVE_XI 10if HAVE_XI
10 11
@@ -15,11 +16,12 @@ bin_PROGRAMS += utouch-frame-test-xi2
15utouch_frame_test_xi2_SOURCES = common-defs.h utouch-frame-test-xi2.c 16utouch_frame_test_xi2_SOURCES = common-defs.h utouch-frame-test-xi2.c
16utouch_frame_test_xi2_LDFLAGS = $(XINPUT_LIBS) $(X11_LIBS) \ 17utouch_frame_test_xi2_LDFLAGS = $(XINPUT_LIBS) $(X11_LIBS) \
17 -L$(top_builddir)/src/.libs/ -lutouch-frame 18 -L$(top_builddir)/src/.libs/ -lutouch-frame
19local_manpages += utouch-frame-test-xi2.1
18 20
19endif 21endif
20 22
21if HAVE_DOCTOOLS 23if HAVE_DOCTOOLS
22dist_man_MANS = utouch-frame-test-mtdev.1 24dist_man_MANS = $(local_manpages)
23 25
24%.1: %.txt 26%.1: %.txt
25 $(ASCIIDOC) -f manpage $< 27 $(ASCIIDOC) -f manpage $<