diff options
author | rbuj <[email protected]> | 2020-11-12 10:32:46 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-15 13:23:29 +0100 |
commit | 2c61357fa601376e4ab4a1603f814f39315c59ad (patch) | |
tree | 41bee63a39e829a8031c5474fbd5ecdbe1747fcb /src/file-manager/Makefile.am | |
parent | 47babe69871cd65b2fb3ae2d9f97b5c31331a28f (diff) | |
download | caja-2c61357fa601376e4ab4a1603f814f39315c59ad.tar.bz2 caja-2c61357fa601376e4ab4a1603f814f39315c59ad.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.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file-manager/Makefile.am b/src/file-manager/Makefile.am index 9c14250a..98173976 100644 --- a/src/file-manager/Makefile.am +++ b/src/file-manager/Makefile.am @@ -9,6 +9,8 @@ AM_CPPFLAGS = \ $(WARN_CFLAGS) \ -DCAJA_DATADIR=\""$(datadir)/caja"\" \ -DDATADIR=\""$(datadir)"\" \ + -DICONDIR=\""$(datadir)/icons"\" \ + -DPIXMAPDIR=\""$(datadir)/pixmaps"\" \ $(DISABLE_DEPRECATED_CFLAGS) \ $(NULL) |