summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2016-12-19 22:59:14 +0100
committerpgen <p.gen.progs@gmail.com>2016-12-19 22:59:14 +0100
commit2ca4c3261892bc056071f2eb5d6105cbe5c90f3d (patch)
treec2e89536978d7a7f1e8e7b3f96202914096acb3c /Makefile.am
parent31da404742e36118c8fd5262d5c96d6aea39e0f5 (diff)
Improve the configure process
Use the macro "AC_CONFIG_AUX_DIR" to isolate the auxiliary build tools in a dedicated directory.
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 89cdbaa..8750a6c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
bin_PROGRAMS = smenu
smenu_SOURCES = smenu.c
dist_man_MANS = smenu.1
-EXTRA_DIST = smenu.spec.in ChangeLog smenu.spec build.sh version COPYRIGHT INTERNALS.rst LICENSE.rst README.rst examples
+EXTRA_DIST = smenu.spec.in ChangeLog smenu.spec build.sh version COPYRIGHT INTERNALS.rst LICENSE.rst README.rst examples build-aux