summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-12-07 11:50:20 (EST)
committer P. J. McDermott <pj@pehjota.net>2015-12-07 11:50:20 (EST)
commit5caa531311409592fdd52f1ae9f319cb77bcbd5d (patch)
tree06d78d097c0ec33cd276b371f635041457e8178d
parent931f21e4df57f9a85b438452fac49028b98be902 (diff)
Makefile.am: Drop sources variable
Distributing preprocessed and linked test programs is wrong.
-rw-r--r--Makefile.am12
1 files changed, 3 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 362839a..83026a8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,17 +52,11 @@ CLEANFILES = \
uninstall_dirs = \
'$(DESTDIR)$(pkglocalstatedir)/mount' \
'$(DESTDIR)$(pkglocalstatedir)'
-sources = \
- $(prokit_SOURCES) \
+EXTRA_DIST = \
+ autogen.sh \
$(locale_sources) \
$(man1_sources) \
$(man8_sources) \
- $(TESTS) \
- tests/common.sh \
- tests/parse_control.common.sh
-EXTRA_DIST = \
- autogen.sh \
- $(sources) \
scripts/announce-release.sh \
tools/shpp.sh \
tools/shld.sh
@@ -87,7 +81,7 @@ todo:
printf '\n'; \
printf 'Code comments:\n'; \
printf '==============\n\n'; \
- for f in $(sources); do \
+ for f in $(SOURCES); do \
printed=false; \
sed '=' "$(top_srcdir)/$${f}" | sed 'N; s/\n/ ./' | sed -n \
'$(todo_script)' | while read -r lineno line; do \