diff options
Diffstat (limited to 'tools/Makefile.am')
| -rw-r--r-- | tools/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ | |||
| 1 | bin_PROGRAMS = mtview | ||
| 2 | |||
| 3 | INCLUDES=-I$(top_srcdir)/include/ | ||
| 4 | |||
| 5 | mtview_SOURCES = mtview.c | ||
| 6 | mtview_LDFLAGS = -lX11 -lutouch-frame -lutouch-evemu -lmtdev -lm | ||
