diff options
author | bjarni <bjarni@openttd.org> | 2004-09-12 19:07:54 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2004-09-12 19:07:54 +0000 |
commit | 7cb5b1954d157e22b76377ad49eda842e895eaf0 (patch) | |
tree | 5ad4b27b6982601aac8974d6ee7d0158fb7afe73 | |
parent | 54fcdc9cfa55cb2f8d9a7b5c3fdaed835ae8e628 (diff) | |
download | openttd-7cb5b1954d157e22b76377ad49eda842e895eaf0.tar.xz |
(svn r220) Makefile: enables ENABLE_NETWORK by default if no config file is present
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |