From 4de14d5f303432cb39ea1c12c4595ced1ab3926f Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 3 Mar 2013 17:13:06 +0100 Subject: Replace INCLUDES with AM_CPPFLAGS in Makefiles --- stickynotes/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stickynotes/Makefile.am') diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am index 183151af..9036bd7b 100644 --- a/stickynotes/Makefile.am +++ b/stickynotes/Makefile.am @@ -9,7 +9,7 @@ service_in_files = org.mate.panel.applet.StickyNotesAppletFactory.service.in schemas_in_files = stickynotes.schemas.in if BUILD_STICKYNOTES_APPLET -INCLUDES = \ +AM_CPPFLAGS = \ -I. \ -I$(srcdir) \ $(MATE_APPLETS4_CFLAGS) \ -- cgit v1.2.1