diff options
-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 - |