diff options
Diffstat (limited to 'mate-about/Makefile.am')
-rw-r--r-- | mate-about/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am index 51cbdb4..0d82bd8 100644 --- a/mate-about/Makefile.am +++ b/mate-about/Makefile.am @@ -1,4 +1,5 @@ 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) @@ -15,6 +16,11 @@ 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 |