summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-12-02 14:03:50 +0100
committerraveit65 <[email protected]>2020-12-09 01:52:31 +0100
commit75762f3445644da1e803eebe77a7dff1abdc3103 (patch)
treef37b4c8ec873b55d996734790c76eb391301d182
parent57bebf7d28b17b46821e747f39f23a7e0adc7e78 (diff)
downloadatril-75762f3445644da1e803eebe77a7dff1abdc3103.tar.bz2
atril-75762f3445644da1e803eebe77a7dff1abdc3103.tar.xz
build: remove legacy variable MATEICONDIR
-rw-r--r--backend/djvu/Makefile.am1
-rw-r--r--help/reference/shell/Makefile.am1
-rw-r--r--shell/Makefile.am1
3 files changed, 0 insertions, 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 \