summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-06-08 22:07:28 +0200
committerpgen <p.gen.progs@gmail.com>2021-06-10 00:18:06 +0200
commit63654f32133f494d5f173a47c7ccbf95715c60f4 (patch)
tree638b69ca0a4d82bac4b6e8b71b284a19dbf2160b /Makefile.am
parent35f7242e460fd2b039bef13bdd02e7f78547692b (diff)
Removal of SUSE-specific specfile generation
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 0dfba2a..3059671 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,11 +1,10 @@
bin_PROGRAMS = smenu
smenu_SOURCES = smenu.c smenu.h list.c list.h xmalloc.c xmalloc.h \
- index.c index.h utf8.c utf8.h fgetc.c fgetc.h \
+ index.c index.h utf8.c utf8.h fgetc.c fgetc.h \
utils.c utils.h usage.c usage.h ctxopt.h ctxopt.c
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 \
- FAQ
+EXTRA_DIST = ChangeLog build.sh version COPYRIGHT LICENSE.rst README.rst \
+ examples build-aux tests FAQ
dist-hook:
@chmod u+rw $(distdir)/tests; \