summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerberos <[email protected]>2013-04-01 18:41:10 -0300
committerPerberos <[email protected]>2013-04-01 18:41:10 -0300
commit1d287cbb0b3591a3d09fd6ac230d13e344cb3d93 (patch)
tree7c958943b3cd5d31cbd6df02baec2dbf49a0f8cd
parent21ffe3cbc4250a14dc14c0d487f50d0a4fcd1543 (diff)
downloadmate-calc-1d287cbb0b3591a3d09fd6ac230d13e344cb3d93.tar.bz2
mate-calc-1d287cbb0b3591a3d09fd6ac230d13e344cb3d93.tar.xz
src/Makefile.am:6: warning: INCLUDES is the old name for AM_CPPFLAGS (or *_CPPFLAGS)
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)"\" \