From 24296767098190f1404d889aa910a03fcbc70c62 Mon Sep 17 00:00:00 2001 From: Dan Mashal Date: Sun, 21 Apr 2013 04:20:51 -0700 Subject: Update makefiles for automake 1.13 --- savers/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'savers/Makefile.am') diff --git a/savers/Makefile.am b/savers/Makefile.am index 298177e..ca80757 100644 --- a/savers/Makefile.am +++ b/savers/Makefile.am @@ -3,13 +3,13 @@ AUTOMAKE_OPTIONS = 1.7 NULL = -INCLUDES = \ +AM_CPPFLAGS = \ -I. \ -I$(srcdir) \ $(MATE_SCREENSAVER_SAVER_CFLAGS) \ $(DISABLE_DEPRECATED_CFLAGS) \ -DLIBEXECDIR=\""$(libexecdir)"\" \ - -DMATELOCALEDIR=\""$(datadir)/locale"\" \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ -DDATADIR=\""$(datadir)"\" \ $(WARN_CFLAGS) \ $(NULL) -- cgit v1.2.1