diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-23 00:40:00 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-23 00:40:39 (EST) |
commit | f143878e4747fc05b7179d87bf86fc557ebe99f0 (patch) | |
tree | b5eb2f797c7c0c1c2450c98065dc627827533cfa | |
parent | 478d0905f4416bdf2a0e0512dd1bd981ccd8f7ff (diff) |
Makefile.am: Drop METADATA definition from SHPPFLAGS
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a34bd1e..8e9fbf4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,8 +36,7 @@ SHPPFLAGS = \ -DLOCALEDIR="$(localedir)" \ -DSYSCONFDIR="$(sysconfdir)" \ -DHELPERDIR="$(helperdir)" \ - -DOPKG="$(OPKG)" \ - -DMETADATA="$(METADATA)" + -DOPKG="$(OPKG)" SHSOEXT = .shso LINK = printf "PACKAGE_VERSION='%s'\n" "$(PACKAGE_VERSION_GIT)" | \ '$(srcdir)/tools/shld.sh' -I '$(SH)' -o $@ config.sh - |