summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-07-22 14:19:05 (EDT)
committer P. J. McDermott <pj@pehjota.net>2017-07-22 14:19:05 (EDT)
commitb68be95e193ba1735d09b0b54716933691894f2f (patch)
tree12f1f36dbffacdbfecaf82e1b1e7a8a8cf97ddf4
parent183bb738e20e72b2ef81348140df94ad8e67b75c (diff)
Makefile.am: Link in all built pro_archman_SOURCES objects
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ddf2d6c..69c2e93 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ LINK = printf "PACKAGE_VERSION='%s'\n" "$(PACKAGE_VERSION_GIT)" | \
bin_PROGRAMS = pro-archman
pro_archman_SOURCES =
-pro_archman_LDADD = $(bin_sources)
+pro_archman_LDADD = $(pro_archman_SOURCES:.sh=.sho)
EXTRA_pro_archman_DEPENDENCIES = config.sh
bin_SCRIPTS = $(bin_sources:.sh=)