summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-06-02 17:48:11 +0200
committerJim Meyering <meyering@redhat.com>2008-06-02 18:50:00 +0200
commit77b1bfc85cdf4ec01094ee31c8c85e2a83dea466 (patch)
tree1908bbb83337186cba75c0f95b10a7196d178587 /Makefile.am
parent434258ca739c0cd820f6359ee248ce2d196d302f (diff)
downloadcoreutils-77b1bfc85cdf4ec01094ee31c8c85e2a83dea466.tar.gz
coreutils-77b1bfc85cdf4ec01094ee31c8c85e2a83dea466.tar.bz2
coreutils-77b1bfc85cdf4ec01094ee31c8c85e2a83dea466.zip
each file with a "main" must also declare program_name
* maint.mk (sc_program_name): New rule. * .x-sc_program_name: New file. * Makefile.am (EXTRA_DIST): Add .x-sc_program_name.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 14f777ecb..8c99923bc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,9 @@ EXTRA_DIST = cfg.mk maint.mk \
.vg-suppressions \
.x-po-check \
.x-sc_GPL_version \
- .x-sc_file_system .x-sc_obsolete_symbols \
+ .x-sc_file_system \
+ .x-sc_obsolete_symbols \
+ .x-sc_program_name \
.x-sc_prohibit_atoi_atof \
.x-sc_prohibit_strcmp \
.x-sc_require_config_h \