diff options
author | Micael Karlberg <[email protected]> | 2012-03-06 11:31:32 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-03-06 11:31:32 +0100 |
commit | c864dc812dc853e101714185b56295a3f314ed01 (patch) | |
tree | 0a6533931209b7efcf8ab0770710deb78fab4a7a /lib/inets/src/inets_app/Makefile | |
parent | 725032aabda06c77934b461374b8657963f4ff1c (diff) | |
parent | 66288284701787c7b9e1775ec9bc91732c87f51d (diff) | |
download | otp-c864dc812dc853e101714185b56295a3f314ed01.tar.gz otp-c864dc812dc853e101714185b56295a3f314ed01.tar.bz2 otp-c864dc812dc853e101714185b56295a3f314ed01.zip |
Merge branch 'bmk/inets/inets59_integration' into bmk/inets/inets59_integration2
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 \ |