From 41197333c6779832bd718fa55ed1b17d97e02304 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Thu, 30 Dec 2010 20:51:35 +0100 Subject: Switch to autotools To simplify the creation of packages for mtview, swtich to using the autoconf make tools. Signed-off-by: Henrik Rydberg --- tools/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/Makefile.am (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am new file mode 100644 index 0000000..f33b5e5 --- /dev/null +++ b/tools/Makefile.am @@ -0,0 +1,6 @@ +bin_PROGRAMS = mtview + +INCLUDES=-I$(top_srcdir)/include/ + +mtview_SOURCES = mtview.c +mtview_LDFLAGS = -lX11 -lutouch-frame -lutouch-evemu -lmtdev -lm -- cgit v1.2.3