summaryrefslogtreecommitdiff
path: root/mate-about
diff options
context:
space:
mode:
authorPerberos <[email protected]>2012-10-16 17:27:11 -0300
committerPerberos <[email protected]>2012-10-16 17:27:11 -0300
commit50f0c8f03ade84d548fda06c27cdc293d727d4be (patch)
tree6c06498728e28f22b56e3421f09dc3c78ccd5f4f /mate-about
parentc460854d4fe90c8528b6c4d6427ed50fcae3a906 (diff)
downloadmate-desktop-50f0c8f03ade84d548fda06c27cdc293d727d4be.tar.bz2
mate-desktop-50f0c8f03ade84d548fda06c27cdc293d727d4be.tar.xz
fixing some deprecated variable name on configure file
Diffstat (limited to 'mate-about')
-rw-r--r--mate-about/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am
index 314b870..bd64542 100644
--- a/mate-about/Makefile.am
+++ b/mate-about/Makefile.am
@@ -3,7 +3,7 @@ mate_about_SOURCES = mate-about.c mate-about.h
mate_about_CFLAGS = $(MATE_ABOUT_CFLAGS) $(UNIQUE_CFLAGS)
mate_about_LDADD = $(MATE_ABOUT_LIBS) $(UNIQUE_LIBS)
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
$(MATE_ABOUT_CFLAGS) \
-DLOCALE_DIR=\"$(datadir)/locale\" \