Make check-authz run when objdir != srcdir

This commit is contained in:
Nicolas Williams
2012-06-14 11:53:17 -05:00
parent 21b03df57a
commit 20b5e2a2c6
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
mapped1 = foo mapped1 = foo
mapped2 = bar mapped2 = bar
} }
auth_to_local = DB:./an2ln-db.txt DEFAULT auth_to_local = DB:@srcdir@/an2ln-db.txt DEFAULT
} }
[logging] [logging]

View File

@@ -16,7 +16,7 @@
mapped1 = foo mapped1 = foo
mapped2 = bar mapped2 = bar
} }
auth_to_local = DB:./an2ln-db.txt DEFAULT auth_to_local = DB:@srcdir@/an2ln-db.txt DEFAULT
} }
[logging] [logging]