From 54a29e1c65c17851cff2dfcae6a7540c4d64f125 Mon Sep 17 00:00:00 2001 From: pgen Date: Sat, 29 Sep 2018 14:57:23 +0200 Subject: Create fgetc.[ch] --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a4de103..3a1536a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ 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 + index.c index.h utf8.c utf8.h fgetc.c fgetc.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