diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f429388..a0554b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,13 +30,14 @@ endif MANUAL = Distribution Build System -SHSOEXT = .shso +SHOBJEXT = .sho SHPPFLAGS = \ -DPKGLIBDIR="$(pkgdatadir)" \ -DDATADIR="$(datadir)" \ -DLOCALEDIR="$(localedir)" \ -DSYSCONFDIR="$(sysconfdir)" \ -DMETADATA="$(METADATA)" +SHSOEXT = .shso LINKLIB = '$(srcdir)/tools/shld.sh' -o $@ bin_SCRIPTS = $(bin_sources:.sh=) |