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 --- mateweather/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mateweather/Makefile.am') diff --git a/mateweather/Makefile.am b/mateweather/Makefile.am index 6058ba27..9b0e27c0 100644 --- a/mateweather/Makefile.am +++ b/mateweather/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = docs -INCLUDES = \ +AM_CPPFLAGS = \ -I$(srcdir) \ -I$(top_srcdir) \ -DMATEWEATHER_MENU_UI_DIR=\""$(uidir)"\" \ -- cgit v1.2.1