From ef9fcc1222f74c3c045b1450537a4b8b80efb56c Mon Sep 17 00:00:00 2001 From: bdobe Date: Thu, 19 Jan 2017 10:38:03 +0100 Subject: [PATCH] gluon-config-mode-reboot-ffhh: fix Makefile includes --- gluon-config-mode-reboot-ffhh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gluon-config-mode-reboot-ffhh/Makefile b/gluon-config-mode-reboot-ffhh/Makefile index 476cfd6..d44454e 100644 --- a/gluon-config-mode-reboot-ffhh/Makefile +++ b/gluon-config-mode-reboot-ffhh/Makefile @@ -5,7 +5,7 @@ PKG_VERSION:=2 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) -include $(GLUONDIR)/include/package.mk +include $(INCLUDE_DIR)/package.mk PKG_CONFIG_DEPENDS += $(GLUON_I18N_CONFIG)