diff options
author | Michael Cronenworth <mike@cchtml.com> | 2014-10-04 15:39:08 -0500 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2014-10-05 08:10:38 +0200 |
commit | 80e4f6a6e04582fe11c98e6133e3e306e5556d8d (patch) | |
tree | 00cb86da6a475f101bc5b5fbf7e7277d7d4c53f2 /trust/module.c | |
parent | b785f39384af08c35b08ab74671443234260cccc (diff) |
makefile: Rename DATADIR to not conflict with Win32 define
Signed-off-by: Michael Cronenworth <mike@cchtml.com>
Diffstat (limited to 'trust/module.c')
-rw-r--r-- | trust/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/module.c b/trust/module.c index 852d74f..7fce465 100644 --- a/trust/module.c +++ b/trust/module.c @@ -196,7 +196,7 @@ create_tokens_inlock (p11_array *tokens, const char *label; } labels[] = { { "~/", "User Trust" }, - { DATADIR, "Default Trust" }, + { DATA_DIR, "Default Trust" }, { SYSCONFDIR, "System Trust" }, { NULL }, }; |