From f2dd3b30aa30209253c50bdd3fab44c0de750d0f Mon Sep 17 00:00:00 2001 From: pgen Date: Thu, 28 Mar 2019 22:27:32 +0100 Subject: Rework the usage mechanism --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6f47d11..4688d0e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ bin_PROGRAMS = smenu smenu_SOURCES = smenu.c smenu.h list.c list.h xmalloc.c xmalloc.h \ index.c index.h utf8.c utf8.h fgetc.c fgetc.h \ - utils.c utils.h getopt.c getopt.h + utils.c utils.h getopt.c getopt.h usage.c usage.h dist_man_MANS = smenu.1 EXTRA_DIST = smenu.spec.in smenu.spec ChangeLog build.sh version \ COPYRIGHT LICENSE.rst README.rst examples build-aux tests -- cgit v1.2.3