diff options
author | Stefano Karapetsas <[email protected]> | 2013-05-08 13:02:30 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-05-08 13:02:30 +0200 |
commit | 46305899fe8b58b890ef9c48b4271d1ea1c431ea (patch) | |
tree | b08baef21a506c6e0fae5283d529645d119ec8ae /mate-about/Makefile.am | |
parent | 5f48e596944cd7c12aeb4074758dde4451ddccea (diff) | |
download | mate-desktop-46305899fe8b58b890ef9c48b4271d1ea1c431ea.tar.bz2 mate-desktop-46305899fe8b58b890ef9c48b4271d1ea1c431ea.tar.xz |
Fix previous hackering commit
Diffstat (limited to 'mate-about/Makefile.am')
-rw-r--r-- | mate-about/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am index 0d82bd8..51cbdb4 100644 --- a/mate-about/Makefile.am +++ b/mate-about/Makefile.am @@ -1,5 +1,4 @@ bin_PROGRAMS = mate-about - 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) @@ -16,11 +15,6 @@ desktopdir = $(datadir)/applications desktop_in_files = mate-about.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -if GNUCAT_ENABLED -pixmapdir = $(datadir)/pixmaps -pixmap_DATA = gnu-cat_navideno_v3.png gnu-cat.gif -endif - CLEANFILES = mate-about.desktop mate-about #-include $(top_srcdir)/git.mk |