From ed44cac003f1cd1f70c9c0c64c0c2bb0d163c0ee Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 27 Oct 2015 11:22:44 -0400 Subject: Makefile.am: Link config.sh into program --- 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 = \ -- cgit v0.9.1