diff options
author | Micael Karlberg <[email protected]> | 2012-02-06 15:26:28 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-02-06 15:26:28 +0100 |
commit | b2eeb740c6e013055603aaaee1570550d380b720 (patch) | |
tree | e332e7f1270c6de2103fc7d163999a27ba4e40e8 /lib/inets/src/inets_app/Makefile | |
parent | dcf35c1ef914f7473bb64fa9175af2cf42744885 (diff) | |
parent | 0d580acdc51bd88a0d364b76ac35fcf2506c2d9e (diff) | |
download | otp-b2eeb740c6e013055603aaaee1570550d380b720.tar.gz otp-b2eeb740c6e013055603aaaee1570550d380b720.tar.bz2 otp-b2eeb740c6e013055603aaaee1570550d380b720.zip |
Merge branch 'bmk/inets/httpc/checking_ipv6_on_windows' into bmk/inets/inets59_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 d99e33b4ea..6da6a1d79f 100644 --- a/lib/inets/src/inets_app/Makefile +++ b/lib/inets/src/inets_app/Makefile @@ -46,7 +46,8 @@ MODULES = \ inets_service \ inets_app \ inets_sup \ - inets_regexp + inets_regexp \ + inets_trace INTERNAL_HRL_FILES = inets_internal.hrl EXTERNAL_HRL_FILES = ../../include/httpd.hrl \ |