summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2019-03-28 22:27:32 +0100
committerpgen <p.gen.progs@gmail.com>2019-03-30 11:39:02 +0100
commitf2dd3b30aa30209253c50bdd3fab44c0de750d0f (patch)
tree5a6236cc6b30a374c1beab9b0a4811cd8652b892 /Makefile.am
parent80a48ad3ca40991bb67d9e3029417398157a1435 (diff)
Rework the usage mechanism
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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