summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
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=)