diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-18 00:22:20 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-18 00:22:20 +0200 |
commit | d54a8a85e7edec7e65ad42c9c183384f488a6f1c (patch) | |
tree | 12ef6a878cfe0f602fb2e5ee4ed08e72924e7b20 /mate-about/Makefile.am | |
parent | a27d841dcdfa30f070bf1d6e7a659a22ae1057ec (diff) | |
download | mate-desktop-d54a8a85e7edec7e65ad42c9c183384f488a6f1c.tar.bz2 mate-desktop-d54a8a85e7edec7e65ad42c9c183384f488a6f1c.tar.xz |
mate-aboud: code improvements
disable gnucat by default
install gnucat pixmaps only if enabled
translate some spanish comments
dropped support for old glib version (now minimun version is increased)
add "translator-credits" msgid to show translators
Diffstat (limited to 'mate-about/Makefile.am')
-rw-r--r-- | mate-about/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am index bd64542..055a031 100644 --- a/mate-about/Makefile.am +++ b/mate-about/Makefile.am @@ -11,8 +11,10 @@ AM_CPPFLAGS = \ @INTLTOOL_DESKTOP_RULE@ +if GNUCAT_ENABLED pixmapdir = $(datadir)/pixmaps pixmap_DATA = gnu-cat_navideno_v3.png gnu-cat.gif +endif desktopdir = $(datadir)/applications desktop_in_files = mate-about.desktop.in |