X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/713805e5b8e4b3dca718e8ca4dd0b0faca4b812d..8698accbb89627bf7358f6614de713be11bde3b8:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 30ba76e..b8f0e85 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -127,6 +127,9 @@ sod$(EXEEXT): $(LISP_SOURCES) sod.asd sod-frontend.asd auto.lisp $(V_DUMP)$(ASDF_ENV) $(CL_LAUNCH) -o $@ -d ! -l $(LISPSYS) +I \ -s sod-frontend -r sod-frontend:main +## The executable is needed if we're just distributing. +dist-hook: sod$(EXEEXT) + ###-------------------------------------------------------------------------- ### Unit testing.