summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2004-09-12 19:07:54 +0000
committerbjarni <bjarni@openttd.org>2004-09-12 19:07:54 +0000
commit7cb5b1954d157e22b76377ad49eda842e895eaf0 (patch)
tree5ad4b27b6982601aac8974d6ee7d0158fb7afe73 /Makefile
parent54fcdc9cfa55cb2f8d9a7b5c3fdaed835ae8e628 (diff)
downloadopenttd-7cb5b1954d157e22b76377ad49eda842e895eaf0.tar.xz
(svn r220) Makefile: enables ENABLE_NETWORK by default if no config file is present
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1f1764953..b45d09b40 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,9 @@ else
endif
endif
+# this is used if there aren't any makefile.config
ifndef CONFIG_INCLUDED
+ENABLE_NETWORK:=1 # sets network on by default if there aren't any config file
-include $(LIB_DETECTION)
endif