From 316426136c4e5ac0b7c73b87f4e105d506329ba0 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 28 May 2014 22:14:15 +0200 Subject: Update automake syntax --- src/Makefile.am | 2 +- test/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index e555a0b..ad6f422 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ MAINTAINERCLEANFILES = Makefile.in -INCLUDES = -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_srcdir) AM_CFLAGS = @DEFINES@ @GTK_CFLAGS@ @XMLRPC_C_CFLAGS@ -DDATAROOTDIR='"${pkgdatadir}"' diff --git a/test/Makefile.am b/test/Makefile.am index 2e6b3c4..1291c6f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,6 @@ MAINTAINERCLEANFILES = Makefile.in -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src AM_CFLAGS = @DEFINES@ @GTK_CFLAGS@ -- cgit v1.2.3-70-g09d2