summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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=)