From 07ece75b0c8b8526108b03445dc0c16710ec839d Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 17:02:57 +0100
Subject: [PATCH v2 08/18] build: Correctly balance quoting marks for -D
 definitions
Status: obsolete

---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 175cf07..4e8d542 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,7 +49,7 @@ nodist_src_neard_SOURCES = src/builtin.h
 AM_CFLAGS = @GLIB_CFLAGS@ @DBUS_CFLAGS@ @NETLINK_CFLAGS@ $(builtin_cflags) \
 					-DNEAR_PLUGIN_BUILTIN \
 					-DPLUGINDIR=\""$(plugindir)"\" \
-					-DCONFIGDIR=\""$(configdir)\""
+					-DCONFIGDIR=\""$(configdir)"\"
 
 AM_CPPFLAGS = -I$(builddir)/include -I$(builddir)/src -I$(srcdir)/gdbus
 
-- 
1.8.3.1

