diff options
author | Tim Angus <tim@ngus.net> | 2007-06-06 21:28:00 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2007-06-06 21:28:00 +0000 |
commit | 9706815b1e7fe5129bf1bfe68291d86e0cd9372e (patch) | |
tree | 2479563e3342069e21a63747093318a7a2eed116 /src/master/Makefile | |
parent | ea05cee39314fc36467f5f9ca7b03a9f93eb4a1c (diff) |
* Patch from R1CH to delist servers that are hidden by NAT
Diffstat (limited to 'src/master/Makefile')
-rw-r--r-- | src/master/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/master/Makefile b/src/master/Makefile index 1390dcbb..2f60b413 100644 --- a/src/master/Makefile +++ b/src/master/Makefile @@ -9,8 +9,8 @@ ifeq ($(PLATFORM),mingw32) MKDIR=mkdir else BINEXT= - RELEASE_LDFLAGS=-static -ltdb - DEBUG_LDFLAGS=-static -ltdb + RELEASE_LDFLAGS=-ltdb + DEBUG_LDFLAGS=-ltdb RM=rm -f MKDIR=mkdir endif |