diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-22 22:14:46 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-22 22:14:46 (EST) |
commit | 09aaa5090326ef933a5d10ad318d3354fb2c01eb (patch) | |
tree | 849df9468a500f84e77ec0fe9d65513b7731e53e | |
parent | 7c3d203f547cf315f86cdbdaf38c06859e429bbb (diff) |
Makefile.am: Define SHOBJEXT
-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=) |