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/display/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplets/display') diff --git a/capplets/display/Makefile.am b/capplets/display/Makefile.am index 70f417c7..972f271d 100644 --- a/capplets/display/Makefile.am +++ b/capplets/display/Makefile.am @@ -51,7 +51,7 @@ desktopdir = $(datadir)/applications Desktop_in_files = display-properties.desktop.in desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop) -INCLUDES = $(DISPLAY_CAPPLET_CFLAGS) \ +AM_CPPFLAGS = $(DISPLAY_CAPPLET_CFLAGS) \ $(MATECC_CAPPLETS_CFLAGS) \ -DSBINDIR="\"$(sbindir)\"" \ -DUIDIR="\"$(uidir)\"" \ -- cgit v1.2.1