diff options
author | P. 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) |
commit | ed44cac003f1cd1f70c9c0c64c0c2bb0d163c0ee (patch) | |
tree | fbe338cb92707ef08ea614dd48d1c1f06ef1f11f | |
parent | c53804cda9081b40f410e28772e2234644e2f630 (diff) | |
download | firman.sh-ed44cac003f1cd1f70c9c0c64c0c2bb0d163c0ee.zip firman.sh-ed44cac003f1cd1f70c9c0c64c0c2bb0d163c0ee.tar.gz firman.sh-ed44cac003f1cd1f70c9c0c64c0c2bb0d163c0ee.tar.bz2 |
Makefile.am: Link config.sh into program
-rw-r--r-- | Makefile.am | 2 |
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 = \ |