From 5f48e596944cd7c12aeb4074758dde4451ddccea Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 8 May 2013 07:51:17 -0300 Subject: fixed g_type_init() deprecation added Not without my gnu --- mate-about/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mate-about/Makefile.am') 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 -- cgit v1.2.1