diff options
author | Perberos <[email protected]> | 2012-10-16 17:27:11 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-10-16 17:27:11 -0300 |
commit | 50f0c8f03ade84d548fda06c27cdc293d727d4be (patch) | |
tree | 6c06498728e28f22b56e3421f09dc3c78ccd5f4f /mate-about/Makefile.am | |
parent | c460854d4fe90c8528b6c4d6427ed50fcae3a906 (diff) | |
download | mate-desktop-50f0c8f03ade84d548fda06c27cdc293d727d4be.tar.bz2 mate-desktop-50f0c8f03ade84d548fda06c27cdc293d727d4be.tar.xz |
fixing some deprecated variable name on configure file
Diffstat (limited to 'mate-about/Makefile.am')
-rw-r--r-- | mate-about/Makefile.am | 2 |
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\" \ |