Reorganised the modules directory, started serious work on GUI support
[tpg/acess2.git] / Modules / Makefile.tpl
index ae6d574..964f5ce 100644 (file)
@@ -5,6 +5,7 @@
 _CPPFLAGS := $(CPPFLAGS)
 
 CFGFILES = 
+CFGFILES += $(shell test -f ../../../Makefile.cfg && echo ../../../Makefile.cfg)
 CFGFILES += $(shell test -f ../../Makefile.cfg && echo ../../Makefile.cfg)
 CFGFILES += $(shell test -f ../Makefile.cfg && echo ../Makefile.cfg)
 CFGFILES += $(shell test -f Makefile.cfg && echo Makefile.cfg)

UCC git Repository :: git.ucc.asn.au