From 5caa531311409592fdd52f1ae9f319cb77bcbd5d Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 07 Dec 2015 11:50:20 -0500 Subject: Makefile.am: Drop sources variable Distributing preprocessed and linked test programs is wrong. --- 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 \ -- cgit v0.9.1