diff options
author | Perberos <[email protected]> | 2012-10-16 14:11:12 -0700 |
---|---|---|
committer | Perberos <[email protected]> | 2012-10-16 14:11:12 -0700 |
commit | c9d506b9f55c55fc4285edaa7703090019aa4490 (patch) | |
tree | bdc237436def3f0c9b5b583ae5edab4ae671959a /mate-about | |
parent | c460854d4fe90c8528b6c4d6427ed50fcae3a906 (diff) | |
parent | bf8c191f9b9fa6211b1b0e09d783eb5546a79478 (diff) | |
download | mate-desktop-c9d506b9f55c55fc4285edaa7703090019aa4490.tar.bz2 mate-desktop-c9d506b9f55c55fc4285edaa7703090019aa4490.tar.xz |
Merge pull request #31 from perberos/master
algunos fixs en mate-desktop
Diffstat (limited to 'mate-about')
-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\" \ |