summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-09-30 00:15:19 +0200
committerpgen <p.gen.progs@gmail.com>2018-10-01 19:36:56 +0200
commit1851c8c98f42dbfd89da5c05c34d5f49674b15ad (patch)
tree4d704f0532532341bd8cfca05d95dc09bdce3358 /Makefile.am
parentfeac7702627f023d0b6c9e0f47b1aabe05d6e24d (diff)
Create getopt.[ch]
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 2b90458..cebe16b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
bin_PROGRAMS = smenu
smenu_SOURCES = smenu.c smenu.h ptrlist.c ptrlist.h xmalloc.c xmalloc.h \
index.c index.h utf8.c utf8.h fgetc.c fgetc.h \
- utils.c utils.h
+ utils.c utils.h getopt.c getopt.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