From a1cc80045864777db8c77e711f0a8efaad949c3e Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Mon, 26 Sep 2011 08:31:39 +0200 Subject: Fix quoting of build variables https://bugs.freedesktop.org/show_bug.cgi?id=40985 --- p11-kit/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'p11-kit') diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am index 26a03b1..3b838b3 100644 --- a/p11-kit/Makefile.am +++ b/p11-kit/Makefile.am @@ -6,8 +6,8 @@ INCLUDES = \ -DP11_SYSTEM_CONFIG_FILE=\""$(p11_system_config_file)"\" \ -DP11_SYSTEM_CONFIG_MODULES=\""$(p11_system_config_modules)"\" \ -DP11_USER_CONFIG_FILE=\""$(p11_user_config_file)"\" \ - -DP11_USER_CONFIG_MODULES=\""$p11_user_config_modules"\" \ - -DP11_MODULE_PATH=\""$p11_module_path"\" \ + -DP11_USER_CONFIG_MODULES=\""$(p11_user_config_modules)"\" \ + -DP11_MODULE_PATH=\""$(p11_module_path)"\" \ $(NULL) incdir = $(includedir)/p11-kit-1/p11-kit -- cgit v1.1