From 1851c8c98f42dbfd89da5c05c34d5f49674b15ad Mon Sep 17 00:00:00 2001 From: pgen Date: Sun, 30 Sep 2018 00:15:19 +0200 Subject: Create getopt.[ch] --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3