summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ac47e2..feb0c3e 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,8 @@ $(eval $(call link,aconf,$(luadir)))
$(eval $(call rcopy,aconf,$(luadir),lua,-not -path 'aconf/modules/demo-*'))
$(eval $(call link,config,$(confdir)))
-$(eval $(call copy,config,$(confdir),aaa.json,600))
+$(eval $(call copy,config,$(confdir),audit.json,600))
+$(eval $(call copy,config,$(confdir),auth.json,600))
$(eval $(call copy,.,$(resdir),LICENSE))