changeset 4256 | 5e29191a88a1 |
parent 4220 | e3bee34c9076 |
child 4261 | 28670f743746 |
--- a/Makefile Sat Aug 12 22:56:45 2006 +0000 +++ b/Makefile Sun Aug 13 08:18:11 2006 +0000 @@ -616,6 +616,10 @@ ifdef USE_HOMEDIR CDEFS += -DUSE_HOMEDIR endif + +ifdef ICON_DIR +CDEFS += -DICON_DIR=\"$(ICON_DIR_PREFIXED)/\" +endif endif ##############################################################################