aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_server/Makefile
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-12-16 17:52:39 +0100
committerMicael Karlberg <[email protected]>2012-02-03 18:08:29 +0100
commitf555a1b1ed4461c33a99737136daf2793479425e (patch)
treea3cfaacf30f69968fa3ddfeff20a0707c822179b /lib/inets/src/http_server/Makefile
parentab2ba6f1b0713fbe5c78f67aeefb73ffc006e995 (diff)
downloadotp-f555a1b1ed4461c33a99737136daf2793479425e.tar.gz
otp-f555a1b1ed4461c33a99737136daf2793479425e.tar.bz2
otp-f555a1b1ed4461c33a99737136daf2793479425e.zip
[inets/httpd] Add server tokens config option
Added ability to configure the server software header field (with the server_tokens config option). OTP-9805
Diffstat (limited to 'lib/inets/src/http_server/Makefile')
-rw-r--r--lib/inets/src/http_server/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/inets/src/http_server/Makefile b/lib/inets/src/http_server/Makefile
index 55cc68dede..c341a2cec7 100644
--- a/lib/inets/src/http_server/Makefile
+++ b/lib/inets/src/http_server/Makefile
@@ -88,6 +88,8 @@ ERL_FILES = $(MODULES:%=%.erl)
TARGET_FILES= $(MODULES:%=$(EBIN)/%.$(EMULATOR))
+INETS_FLAGS = -D'SERVER_SOFTWARE="$(APPLICATION)/$(VSN)"'
+
# ----------------------------------------------------
# FLAGS