summaryrefslogtreecommitdiff
path: root/makefiledir
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2006-01-28 10:16:15 +0000
committermatthijs <matthijs@openttd.org>2006-01-28 10:16:15 +0000
commit585b47b6c583978d74bff56c7b534da39e3fb3d5 (patch)
treed3cdb2deaaa1140174062781347188aedf1b3916 /makefiledir
parent9c1ad5d610eeeab9f2e23668760c2b3e4e059c51 (diff)
downloadopenttd-585b47b6c583978d74bff56c7b534da39e3fb3d5.tar.xz
(svn r3456) - Feature: [Makefile] Icons can now be installed in a seperate directory.
Diffstat (limited to 'makefiledir')
-rw-r--r--makefiledir/Makefile.config_writer1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefiledir/Makefile.config_writer b/makefiledir/Makefile.config_writer
index 7d5430326..8b0d2da4d 100644
--- a/makefiledir/Makefile.config_writer
+++ b/makefiledir/Makefile.config_writer
@@ -42,6 +42,7 @@ $(MAKE_CONFIG):
$(call CONFIG_LINE,PREFIX:=$(PREFIX))
$(call CONFIG_LINE,BINARY_DIR:=$(BINARY_DIR))
$(call CONFIG_LINE,DATA_DIR:=$(DATA_DIR))
+ $(call CONFIG_LINE,ICON_DIR:=$(ICON_DIR))
$(call CONFIG_LINE,USE_HOMEDIR:=$(USE_HOMEDIR))
$(call CONFIG_LINE,PERSONAL_DIR:=$(PERSONAL_DIR))
$(call CONFIG_LINE,SECOND_DATA_PATH:=$(SECOND_DATA_PATH))