From 63cdfa89acc3fa2ca4686584292b5f9a7727c6a8 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Thu, 7 Mar 2013 17:07:16 +0100
Subject: [PATCH 09/15] build: Move preprocessor flags to AM_CPPFLAGS
Status: obsolete

---
 Makefile.am | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 660c9aa..b4b4947 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,12 +44,13 @@ src_neard_LDFLAGS = -Wl,--export-dynamic
 
 nodist_src_neard_SOURCES = src/builtin.h
 
-AM_CFLAGS = @GLIB_CFLAGS@ @DBUS_CFLAGS@ @NETLINK_CFLAGS@ $(builtin_cflags) \
-					-DNEAR_PLUGIN_BUILTIN \
-					-DPLUGINDIR=\""$(plugindir)"\" \
-					-DCONFIGDIR=\""$(configdir)"\"
+AM_CFLAGS = @GLIB_CFLAGS@ @DBUS_CFLAGS@ @NETLINK_CFLAGS@ $(builtin_cflags)
 
-AM_CPPFLAGS = -I$(builddir)/include -I$(builddir)/src -I$(srcdir)/gdbus
+AM_CPPFLAGS = \
+	-DNEAR_PLUGIN_BUILTIN \
+	-DPLUGINDIR=\""$(plugindir)"\" \
+	-DCONFIGDIR=\""$(configdir)"\" \
+	-I$(builddir)/include -I$(builddir)/src -I$(srcdir)/gdbus
 
 CLEANFILES = src/builtin.h $(local_headers)
 
-- 
1.8.2.rc2

