From 503451bbc7bc185d4e27c4882cb5385e10a96b6f Mon Sep 17 00:00:00 2001 From: Xiaoqiang Wang Date: Thu, 20 Jan 2022 12:18:50 +0100 Subject: [PATCH] install files with .template extension --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index fb5cb41f..a3c40212 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -43,4 +43,4 @@ DBDS += asynMotorSupport.dbd SOURCES += motorInit.c USR_CPPFLAGS += -DDEBUG -TEMPLATES += $(wildcard motorApp/Db/*.db motorApp/Db/*.req) +TEMPLATES += $(wildcard motorApp/Db/*.db motorApp/Db/*.template motorApp/Db/*.req)