From 80e4f6a6e04582fe11c98e6133e3e306e5556d8d Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Sat, 4 Oct 2014 15:39:08 -0500 Subject: makefile: Rename DATADIR to not conflict with Win32 define Signed-off-by: Michael Cronenworth --- trust/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trust/module.c') 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 }, }; -- cgit v1.1