>From ebe5caa8e104c5cff872c4b8b816970ade4cf6b4 Mon Sep 17 00:00:00 2001 From: Alexander Kurpiers <[email protected]> Date: Sun, 24 Nov 2013 19:37:48 +0100 Subject: [PATCH 1/7] INCLUDES is obsolete and has to be replaced by AM_CPPFLAGS
This change is needed for Mageia 3. Aug 28 2013 Leif Asbrink SM5BSZ --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2ffa532..3f27cd2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 ACLOCAL_AMFLAGS = -I m4 -INCLUDES = $(all_includes) -I$(top_srcdir)/include +AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include SUBDIRS = include src pkgconfigdir = $(libdir)/pkgconfig -- 1.7.9.5
