The component name is lower case in the Makefile
authorKarl O. Pinc <kop@karlpinc.com>
Sun, 20 Dec 2020 22:14:10 +0000 (16:14 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Sun, 20 Dec 2020 22:14:10 +0000 (16:14 -0600)
src/pgwui_testing/TEMPLATE/Makefile.mak

index 681ae2bcd424dcc2c1a2336b327aab151f137515..21926d87654fa9eba1d3c6c5318417f91aad70c8 100644 (file)
@@ -20,6 +20,6 @@
 
 # ${author_name} ${author_email}
 
-PGWUI_COMPONENT := ${component}
+PGWUI_COMPONENT := ${component.lower()}
 
 include Makefile_pgwui.mk