summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2014-03-25 09:19:21 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2014-03-25 09:27:31 +0200
commit23613ea3bc6ca862c876d701c689ec8b92efaefa (patch)
treef3541eebc3936f346b87f0776cc625c7627c50bf /Makefile
parent54861e9f2546d5d1b07795992c99f69e9608118c (diff)
downloadaconf-23613ea3bc6ca862c876d701c689ec8b92efaefa.tar.bz2
aconf-23613ea3bc6ca862c876d701c689ec8b92efaefa.tar.xz
model: dedicated file for audit trail
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))