From ecf6b71751f1bdbacff7f29ddd36f44802d53662 Mon Sep 17 00:00:00 2001 From: raveit Date: Mon, 25 Mar 2013 18:59:34 +0100 Subject: change INCLUDES to AM_CPPFLAGS for automake-1.13 --- capplets/windows/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplets/windows') diff --git a/capplets/windows/Makefile.am b/capplets/windows/Makefile.am index a88ad37a..ff357371 100644 --- a/capplets/windows/Makefile.am +++ b/capplets/windows/Makefile.am @@ -18,7 +18,7 @@ desktopdir = $(datadir)/applications Desktop_in_files = window-properties.desktop.in desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop) -INCLUDES = $(MATECC_CAPPLETS_CFLAGS) \ +AM_CPPFLAGS = $(MATECC_CAPPLETS_CFLAGS) \ -I$(top_srcdir)/libwindow-settings \ -DMATE_WINDOW_MANAGER_MODULE_PATH=\""$(libdir)/window-manager-settings"\" \ -DUIDIR=\""$(uidir)"\" \ -- cgit v1.2.1