diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-22 22:26:09 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-22 22:26:09 (EST) |
commit | 57ee47affac402f2fa36cecca40bf4613be68553 (patch) | |
tree | 0e713ab4de4c275bfd8889d4340485f69e93ae05 | |
parent | cef78436242f8a9f4c72953dcfe457aae2016ba1 (diff) |
Makefile.am: Drop "." from SHOBJEXT
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6bae995..bef5e54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ endif MANUAL = Distribution Build System -SHOBJEXT = .sho +SHOBJEXT = sho SHPPFLAGS = \ -DPKGLIBDIR="$(pkgdatadir)" \ -DDATADIR="$(datadir)" \ |