From 1d287cbb0b3591a3d09fd6ac230d13e344cb3d93 Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 1 Apr 2013 18:41:10 -0300 Subject: src/Makefile.am:6: warning: INCLUDES is the old name for AM_CPPFLAGS (or *_CPPFLAGS) --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3098879..e187118 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,7 @@ noinst_PROGRAMS = test-mp test-mp-equation TESTS = test-mp test-mp-equation -INCLUDES = \ +AM_CPPFLAGS = \ -DUI_DIR=\""$(datadir)/mate-calc"\" \ -DVERSION=\""$(VERSION)"\" \ -DLOCALE_DIR=\""$(localedir)"\" \ -- cgit v1.2.1