diff options
author | Micael Karlberg <[email protected]> | 2011-10-19 16:22:46 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-10-19 16:22:46 +0200 |
commit | 97282ecb85d44b12a452563b0eb594404f7144e1 (patch) | |
tree | 0614c1fd31642af816fbdc58f909622dbfc116a4 /lib/inets/src/inets_app/Makefile | |
parent | 39c80cd3049a2381dfbe0b86c6578ca12309c104 (diff) | |
parent | 082b1930ac507a2eda2f9b3f61751d794e77a6f7 (diff) | |
download | otp-97282ecb85d44b12a452563b0eb594404f7144e1.tar.gz otp-97282ecb85d44b12a452563b0eb594404f7144e1.tar.bz2 otp-97282ecb85d44b12a452563b0eb594404f7144e1.zip |
Merge branch 'bmk/inets/httpc/20111011/host_header_format/OTP-9628' into bmk/inets/inets58_integration
Diffstat (limited to 'lib/inets/src/inets_app/Makefile')
-rw-r--r-- | lib/inets/src/inets_app/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/inets/src/inets_app/Makefile b/lib/inets/src/inets_app/Makefile index 20e22917e2..63ab0a5bae 100644 --- a/lib/inets/src/inets_app/Makefile +++ b/lib/inets/src/inets_app/Makefile @@ -30,6 +30,7 @@ include ../../vsn.mk VSN = $(INETS_VSN) + # ---------------------------------------------------- # Release directory specification # ---------------------------------------------------- @@ -41,8 +42,8 @@ RELSYSDIR = $(RELEASE_PATH)/lib/$(APPLICATION)-$(VSN) # ---------------------------------------------------- MODULES = \ - inets_service \ inets \ + inets_service \ inets_app \ inets_sup \ inets_regexp |