Makefile
changeset 4256 877a6c0f4991
parent 4220 86ca889037b3
child 4261 2ec8f5a9747b
--- 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
 
 ##############################################################################