diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-24 23:03:23 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-24 23:11:42 (EST) |
commit | 16c3fd8d65c5b1c33eb45fa72fe5f92e4919490c (patch) | |
tree | b705440e83cd0f5ff15f315d249fe9f29742af59 | |
parent | a458c7246059e5fcdb3ebac40ad082dd14394400 (diff) |
Makefile.am: Define SHSOEXT & LIBOPKBUILD_SHSOVERSION with shpp
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 58d4842..0d455c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,8 @@ SUFFIXES = .sh .sho .1in .1 .3in .3 .ms SHOBJEXT = sho SHPPFLAGS = \ + -DSHSOEXT="$(SHSOEXT)" \ + -DLIBOPKBUILD_SHSOVERSION="$(libopkbuild_shsoversion)" \ -DPKGLIBDIR="$(pkgdatadir)" \ -DBINDIR="$(bindir)" \ -DLIBDATADIR="$(libdatadir)" \ |