From: Karl O. Pinc Date: Sun, 20 Dec 2020 22:14:10 +0000 (-0600) Subject: The component name is lower case in the Makefile X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=bc3f543ed63911d1d1155f9cf25a3d6fdf93b4ac;p=pgwui_develop The component name is lower case in the Makefile --- diff --git a/src/pgwui_testing/TEMPLATE/Makefile.mak b/src/pgwui_testing/TEMPLATE/Makefile.mak index 681ae2b..21926d8 100644 --- a/src/pgwui_testing/TEMPLATE/Makefile.mak +++ b/src/pgwui_testing/TEMPLATE/Makefile.mak @@ -20,6 +20,6 @@ # ${author_name} ${author_email} -PGWUI_COMPONENT := ${component} +PGWUI_COMPONENT := ${component.lower()} include Makefile_pgwui.mk