summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-10-27 11:22:44 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-10-27 11:22:44 (EDT)
commited44cac003f1cd1f70c9c0c64c0c2bb0d163c0ee (patch)
treefbe338cb92707ef08ea614dd48d1c1f06ef1f11f /Makefile.am
parentc53804cda9081b40f410e28772e2234644e2f630 (diff)
downloadfirman.sh-ed44cac003f1cd1f70c9c0c64c0c2bb0d163c0ee.zip
firman.sh-ed44cac003f1cd1f70c9c0c64c0c2bb0d163c0ee.tar.gz
firman.sh-ed44cac003f1cd1f70c9c0c64c0c2bb0d163c0ee.tar.bz2
Makefile.am: Link config.sh into program
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1085825..8b190cf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ sbin_PROGRAMS = firman
firman_SOURCES =
# Hack to work around Automake's lack of support for linking programs in other
# languages.
-firman_LDADD = $(firman_SOURCES)
+firman_LDADD = config.sh $(firman_SOURCES)
firman_LINK = '$(srcdir)/tools/shld.sh' -o $@
EXTRA_DIST = \