From 72074a8f2e99d3a36899f7c5533f2bbe8c5e18cd Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Mon, 21 Jun 2010 21:07:40 +0100 Subject: Use AM_CPPFLAGS instead of DEFS as per autoconf documentation --- lib/tests/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/tests') diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index 3112020c..06a4b423 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am @@ -5,8 +5,7 @@ noinst_PROGRAMS = @EXTRA_TEST@ TESTS = @EXTRA_TEST@ check_PROGRAMS = @EXTRA_TEST@ -# See lib/Makefile.am -DEFS = -DNP_STATE_DIR_PREFIX='"$(localstatedir)"' +AM_CPPFLAGS = -DNP_STATE_DIR_PREFIX=\"$(localstatedir)\" INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins -- cgit v1.2.3-74-g34f1