From 75762f3445644da1e803eebe77a7dff1abdc3103 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 2 Dec 2020 14:03:50 +0100 Subject: build: remove legacy variable MATEICONDIR --- backend/djvu/Makefile.am | 1 - help/reference/shell/Makefile.am | 1 - shell/Makefile.am | 1 - 3 files changed, 3 deletions(-) diff --git a/backend/djvu/Makefile.am b/backend/djvu/Makefile.am index 75fde7eb..1f28ae76 100644 --- a/backend/djvu/Makefile.am +++ b/backend/djvu/Makefile.am @@ -1,7 +1,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ - -DMATEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\" \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ -DATRIL_COMPILATION \ $(BACKEND_CFLAGS) \ diff --git a/help/reference/shell/Makefile.am b/help/reference/shell/Makefile.am index 079b0ec6..990aa195 100644 --- a/help/reference/shell/Makefile.am +++ b/help/reference/shell/Makefile.am @@ -101,7 +101,6 @@ GTKDOC_CFLAGS = \ -DATRILDATADIR=\"$(pkgdatadir)\" \ -DMATEDATADIR=\"$(datadir)\" \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ - -DMATEICONDIR=\""$(datadir)/pixmaps"\" \ -DATRIL_COMPILATION \ $(SHELL_CFLAGS) \ $(WARN_CFLAGS) \ diff --git a/shell/Makefile.am b/shell/Makefile.am index 07fbcad4..4fd2ad8f 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -12,7 +12,6 @@ AM_CPPFLAGS= \ -I$(top_builddir)/libview \ -I$(top_srcdir)/libmisc \ -I$(top_srcdir)/properties \ - -DMATEICONDIR=\""$(datadir)/pixmaps"\" \ -DBINDIR=\""$(bindir)"\" \ -DLIBEXECDIR=\""$(libexecdir)"\" \ -DATRIL_COMPILATION \ -- cgit v1.2.1