summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-09-29 11:03:34 +0200
committerpgen <p.gen.progs@gmail.com>2018-10-01 19:36:56 +0200
commit79ddfc36120edfedf8c7c2ea6ce4eff05fac4fb6 (patch)
tree945c75f62c997619485b16c401ee6ca935aac7d2 /Makefile.am
parent9fee0325cc5569a9c909730e404994c3ad0d51c1 (diff)
Create smenu.h
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c1929ba..a4de103 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,6 @@
bin_PROGRAMS = smenu
-smenu_SOURCES = smenu.c ptrlist.c ptrlist.h xmalloc.c xmalloc.h index.c index.h utf8.c utf8.h
+smenu_SOURCES = smenu.c smenu.h ptrlist.c ptrlist.h xmalloc.c xmalloc.h \
+ index.c index.h utf8.c utf8.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