summaryrefslogtreecommitdiff
path: root/src/file-manager/Makefile.am
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-11-12 10:32:46 +0100
committerraveit65 <[email protected]>2022-07-21 19:33:49 +0200
commit2696f1c6ec8ca1615fea80c02d65910dee75f217 (patch)
tree849b005b799c676605d70e435e4c096528ff8720 /src/file-manager/Makefile.am
parenta5ce9aa44e916bb093a635e5b48f65435deca2ff (diff)
downloadcaja-2696f1c6ec8ca1615fea80c02d65910dee75f217.tar.bz2
caja-2696f1c6ec8ca1615fea80c02d65910dee75f217.tar.xz
fm-properties-window: make the location of system folders portable
Diffstat (limited to 'src/file-manager/Makefile.am')
-rw-r--r--src/file-manager/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file-manager/Makefile.am b/src/file-manager/Makefile.am
index 6c1e59ca..7ad3ab87 100644
--- a/src/file-manager/Makefile.am
+++ b/src/file-manager/Makefile.am
@@ -8,6 +8,8 @@ AM_CPPFLAGS = \
$(WARN_CFLAGS) \
-DCAJA_DATADIR=\""$(datadir)/caja"\" \
-DDATADIR=\""$(datadir)"\" \
+ -DICONDIR=\""$(datadir)/icons"\" \
+ -DPIXMAPDIR=\""$(datadir)/pixmaps"\" \
$(DISABLE_DEPRECATED_CFLAGS) \
$(NULL)