diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..d3f34d5 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,13 @@ + +ACLOCAL_AMFLAGS = -I . + +SUBDIRS = tools src test + +noinst_SCRIPTS = TESTS_ENVIRONMENT + +dist_man_MANS = lnav.1 + +EXTRA_DIST = \ + AUTHORS \ + LICENSE \ + README.md |