diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 19:06:55 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 19:06:55 (EST) |
commit | 7c016832777c5c5018c15069e87b7359a5e9e9de (patch) | |
tree | 1de362f296c04f2fbaa74960b00f7f2aaeb66c8b | |
parent | da178d449a8fdf9321297561fbba19d9bb958fa9 (diff) |
Makefile.am: Drop an old variable from SHPPFLAGS
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 15e77e0..3fe2fa5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,6 @@ SHOBJEXT = sho SHPPFLAGS = \ -DSHSOEXT="$(SHSOEXT)" \ -DLIBOPKBUILD_SHSOVERSION="$(libopkbuild_shsoversion)" \ - -DPKGLIBDIR="$(pkgdatadir)" \ -DBINDIR="$(bindir)" \ -DLIBDATADIR="$(libdatadir)" \ -DDATADIR="$(datadir)" \ |