diff options
-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 = \ |