From a56cf267d7e7a165184acc2f4f897762e30b959a Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Fri, 22 Feb 2013 18:02:58 +0100 Subject: [PATCH 2/3] rename INCLUDES to AM_CPPFLAGS --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index bc82101..dfffa3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS=. po -INCLUDES = $(ALL_CFLAGS) +AM_CPPFLAGS = $(ALL_CFLAGS) packagesdir = $(datadir)/mime/packages packages_DATA = freedesktop.org.xml -- 1.7.1