From f143878e4747fc05b7179d87bf86fc557ebe99f0 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Sun, 23 Dec 2018 00:40:00 -0500
Subject: Makefile.am: Drop METADATA definition from SHPPFLAGS

---
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 -
--
cgit v0.9.1