From af2455cd52602f73b5cb84dede17b8cef03b7122 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Wed, 28 Nov 2018 21:08:19 +0000 Subject: [PATCH] gettext.mk: Add dev-utils.mk to gettext.mk Signed-off-by: Jan Lindemann --- make/gettext.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/make/gettext.mk b/make/gettext.mk index f0a71509..407eaa16 100644 --- a/make/gettext.mk +++ b/make/gettext.mk @@ -2,6 +2,7 @@ GETTEXT_LOCALE ?= $(notdir $(shell $(PWD))) include $(MODDIR)/make/defs.mk include $(MODDIR)/make/rules.mk +include $(MODDIR)/make/dev-utils.mk GETTEXT_PROJECT_PO ?= $(PROJECT).po GETTEXT_PROJECT_POT ?= $(PROJECT).pot