From 36fd2d7ec40eb3977e1c88414fe7f7c6e7dc520f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 22 Feb 2008 15:39:17 +0000 Subject: [PATCH] Use AM_CPPFLAGS instead, not really right, but definatly better then CPPFLAGS. Thanks to Mike Whitton for pointing this out. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22605 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index ecc7c93d5..920912611 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -10,8 +10,7 @@ lib_LTLIBRARIES = libroken.la libroken_la_LDFLAGS = -version-info 19:0:1 libroken_la_CPPFLAGS = -DBUILD_ROKEN_LIB -# XXX this is needed for the LIBOBJS objects -CPPFLAGS = $(libroken_la_CPPFLAGS) +AM_CPPFLAGS = $(libroken_la_CPPFLAGS) noinst_PROGRAMS = make-roken snprintf-test resolve-test