diff options
author | rbuj <[email protected]> | 2020-12-02 14:03:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-12-09 01:52:31 +0100 |
commit | 75762f3445644da1e803eebe77a7dff1abdc3103 (patch) | |
tree | f37b4c8ec873b55d996734790c76eb391301d182 /shell | |
parent | 57bebf7d28b17b46821e747f39f23a7e0adc7e78 (diff) | |
download | atril-75762f3445644da1e803eebe77a7dff1abdc3103.tar.bz2 atril-75762f3445644da1e803eebe77a7dff1abdc3103.tar.xz |
build: remove legacy variable MATEICONDIR
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |