diff options
author | Perberos <[email protected]> | 2013-04-01 18:41:10 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2013-04-01 18:41:10 -0300 |
commit | 1d287cbb0b3591a3d09fd6ac230d13e344cb3d93 (patch) | |
tree | 7c958943b3cd5d31cbd6df02baec2dbf49a0f8cd | |
parent | 21ffe3cbc4250a14dc14c0d487f50d0a4fcd1543 (diff) | |
download | mate-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.am | 2 |
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)"\" \ |