From 646adc00669cdc40d5f7c01fdcaa3063b5cfbac2 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 17:02:57 +0100
Subject: [PATCH 08/15] 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 1d4f1a5..660c9aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,7 +47,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.2.rc2

