summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-09-29 14:57:23 +0200
committerpgen <p.gen.progs@gmail.com>2018-10-01 19:36:56 +0200
commit54a29e1c65c17851cff2dfcae6a7540c4d64f125 (patch)
tree2eda10cf03d52837b8b9a0e37425877263606c46 /Makefile.am
parent79ddfc36120edfedf8c7c2ea6ce4eff05fac4fb6 (diff)
Create fgetc.[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 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